diff options
| author | Alasdair Armstrong | 2019-05-14 15:56:59 +0100 |
|---|---|---|
| committer | Alasdair Armstrong | 2019-05-14 18:13:38 +0100 |
| commit | 94f44553d4ca93d89713b279a1d5590cb002b70f (patch) | |
| tree | fd82d65153abf686a31e2be39c99c7e9d6dc53b6 /src/jib/jib_smt.ml | |
| parent | 9d6734f717639f9babdec4441f8362bfeca10d66 (diff) | |
Various bugfixes
Since we have __deref to desugar *x in this file (as it's the one file
everything includes) we might as well add a __bitfield_deref here too,
for the bitfield setters.
Make sure undefined_nat can be used in C
Both -memo_z3 and -no_memo_z3 were listed as default options, now only
-no_memo_z3 is listed as the default.
Diffstat (limited to 'src/jib/jib_smt.ml')
| -rw-r--r-- | src/jib/jib_smt.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jib/jib_smt.ml b/src/jib/jib_smt.ml index 7f622f85..5847c99c 100644 --- a/src/jib/jib_smt.ml +++ b/src/jib/jib_smt.ml @@ -1456,7 +1456,6 @@ let smt_instr ctx = | [rk; addr_size; addr; data_size] -> let mem_event, var = builtin_read_mem ctx rk addr_size addr data_size ret_ctyp in mem_event @ [define_const ctx id ret_ctyp var] - | _ -> Reporting.unreachable l __POS__ "Bad arguments for __read_mem" end |
