summaryrefslogtreecommitdiff
path: root/src/lem_interp/run_with_elf.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/lem_interp/run_with_elf.ml')
-rw-r--r--src/lem_interp/run_with_elf.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lem_interp/run_with_elf.ml b/src/lem_interp/run_with_elf.ml
index bad09b6d..d32e2e3d 100644
--- a/src/lem_interp/run_with_elf.ml
+++ b/src/lem_interp/run_with_elf.ml
@@ -488,7 +488,7 @@ let mips_register_data_all = [
("LO", (D_decreasing, 64, 0));
(* control registers *)
("CP0Status", (D_decreasing, 32, 0));
- ("CP0Cause", (D_decreasing, 32, 0));
+ ("CP0Cause", (D_decreasing, 32, 31));
("CP0EPC", (D_decreasing, 64, 0));
]