summaryrefslogtreecommitdiff
path: root/test/isabelle/Aarch64_code.thy
diff options
context:
space:
mode:
Diffstat (limited to 'test/isabelle/Aarch64_code.thy')
-rw-r--r--test/isabelle/Aarch64_code.thy2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/isabelle/Aarch64_code.thy b/test/isabelle/Aarch64_code.thy
index 05e5bb2e..8a0e1795 100644
--- a/test/isabelle/Aarch64_code.thy
+++ b/test/isabelle/Aarch64_code.thy
@@ -52,7 +52,7 @@ fun write_char_mem :: "int \<Rightarrow> char \<Rightarrow> (regstate, unit, exc
bindS (write_mem_valS BC_bitU_list (bits_of_nat 8 (nat_of_char c))) (\<lambda>_.
returnS ()))"
-definition "initial_state \<equiv> init_state initial_regstate (\<lambda>seed. (False, seed)) 0"
+definition "initial_state \<equiv> init_state initial_regstate"
code_printing constant elf_entry \<rightharpoonup> (OCaml) "(Int'_of'_integer (Elf'_loader.elf'_entry _))"
termination BigEndianReverse sorry