summaryrefslogtreecommitdiff
path: root/src/lem_interp/run_with_elf_cheri.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/lem_interp/run_with_elf_cheri.ml')
-rw-r--r--src/lem_interp/run_with_elf_cheri.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lem_interp/run_with_elf_cheri.ml b/src/lem_interp/run_with_elf_cheri.ml
index a0f2a951..546fe6c8 100644
--- a/src/lem_interp/run_with_elf_cheri.ml
+++ b/src/lem_interp/run_with_elf_cheri.ml
@@ -1388,7 +1388,7 @@ let run () =
(*NOTE: this is likely MIPS specific, so should probably pull from initial_system_state info on to translate or not,
endian mode, and translate function name
*)
- let addr_trans = translate_address context E_little_endian "TranslateAddress" in
+ let addr_trans = translate_address context E_little_endian "TranslatePC" in
if String.length(!raw_file) != 0 then
load_raw_file prog_mem (Nat_big_num.of_int !raw_at) (open_in_bin !raw_file);
reg := Reg.add "PC" (register_value_of_address startaddr_internal model_reg_d ) !reg;