diff options
| author | Prashanth Mundkur | 2018-05-15 09:22:35 -0700 |
|---|---|---|
| committer | Prashanth Mundkur | 2018-05-15 09:22:35 -0700 |
| commit | ae4ae4460fbda8c594e95d4555abd4a30290f6fe (patch) | |
| tree | 49d1cd0c8979ece95199dcc01a31f1bff982e4bb /riscv/main.sail | |
| parent | 1af099d46188cacd115639ec6d465ca8163ae07f (diff) | |
Fix the ebreak instruction to trap, and remove the now obsolete internal exception. This should fix the sbreak test.
Diffstat (limited to 'riscv/main.sail')
| -rw-r--r-- | riscv/main.sail | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/riscv/main.sail b/riscv/main.sail index 28afe5ac..0a46181b 100644 --- a/riscv/main.sail +++ b/riscv/main.sail @@ -43,7 +43,6 @@ function main () = { loop () } catch { Error_not_implemented(s) => print_string("Error: Not implemented: ", s), - Error_EBREAK() => print("EBREAK"), Error_internal_error() => print("Error: internal error") } } |
