summaryrefslogtreecommitdiff
path: root/src/lem_interp/run_with_elf.ml
diff options
context:
space:
mode:
authorThomas Bauereiss2018-02-17 21:41:42 +0000
committerThomas Bauereiss2018-02-17 21:41:42 +0000
commit96211c216102d6dec5e0fa3dd5999dc13e1b4748 (patch)
tree8802dd58383e2065c9d4788fc71d32360225e5d7 /src/lem_interp/run_with_elf.ml
parent6bd490a9a3570fbb6f8a5979aaf4cd3ada3131d1 (diff)
parent89f5441538355e98d236f85582daa12af1064722 (diff)
Merge master branch into sail2 for OCaml 4.06 compatibility
Diffstat (limited to 'src/lem_interp/run_with_elf.ml')
-rw-r--r--src/lem_interp/run_with_elf.ml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lem_interp/run_with_elf.ml b/src/lem_interp/run_with_elf.ml
index bb56c8a9..0dadc007 100644
--- a/src/lem_interp/run_with_elf.ml
+++ b/src/lem_interp/run_with_elf.ml
@@ -736,11 +736,11 @@ let initial_system_state_of_elf_file name =
initial_stack_and_reg_data_of_MIPS_elf_file e_entry !data_mem in
(Mips.defs,
- (Mips_extras.read_memory_functions,
- Mips_extras.memory_writes,
- Mips_extras.memory_eas,
- Mips_extras.memory_vals,
- Mips_extras.barrier_functions),
+ (Mips_extras.mips_read_memory_functions,
+ Mips_extras.mips_memory_writes,
+ Mips_extras.mips_memory_eas,
+ Mips_extras.mips_memory_vals,
+ Mips_extras.mips_barrier_functions),
[],
MIPS,
D_decreasing,