summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas Bauereiss2018-05-08 18:48:18 +0100
committerThomas Bauereiss2018-05-09 14:40:30 +0100
commit972d349919fc5ebe911604330ea3c80e70fdcfad (patch)
tree4307d3580852321185337e41ebe77307f746e6e2 /lib
parentb6b46102fc49eae53c27d5d6540d41981c75da0c (diff)
Add tests for Isabelle->OCaml generation for CHERI and AArch64
Diffstat (limited to 'lib')
-rw-r--r--lib/elf.sail2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/elf.sail b/lib/elf.sail
index e953839d..2d799d4d 100644
--- a/lib/elf.sail
+++ b/lib/elf.sail
@@ -3,11 +3,13 @@ $define _ELF
val elf_entry = {
ocaml: "Elf_loader.elf_entry",
+ lem: "elf_entry",
c: "elf_entry"
} : unit -> int
val elf_tohost = {
ocaml: "Elf_loader.elf_tohost",
+ lem: "elf_tohost",
c: "elf_tohost"
} : unit -> int