diff options
| author | Jon French | 2018-05-10 12:49:38 +0100 |
|---|---|---|
| committer | Jon French | 2018-05-10 12:49:38 +0100 |
| commit | 443601a0d19907d95ed604a68403403d25ceaf73 (patch) | |
| tree | 289fa06f0583f4a2d1baec471ddc59b6ee4453e8 /lib/elf.sail | |
| parent | 00c946d24c7f3f1cd9d5f6ef4798b72a2f7c3c16 (diff) | |
| parent | 839f239f01ce3ecb4fe91a3f542d194591bc1650 (diff) | |
Merge branch 'sail2' into mappings
Diffstat (limited to 'lib/elf.sail')
| -rw-r--r-- | lib/elf.sail | 2 |
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 |
