summaryrefslogtreecommitdiff
path: root/lib/coq
diff options
context:
space:
mode:
authorBrian Campbell2018-11-20 15:12:48 +0000
committerBrian Campbell2018-11-20 15:12:48 +0000
commitc249747d681cb8e4c15af3d48f9191aa24777b27 (patch)
treef95e591fe8bfcbf3af6c8a7c20e88133107916ba /lib/coq
parent8c2fa417866f4c70fc5e4d17609a073e73c8ce71 (diff)
Minor coq updates
Diffstat (limited to 'lib/coq')
-rw-r--r--lib/coq/Sail2_operators_mwords.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/coq/Sail2_operators_mwords.v b/lib/coq/Sail2_operators_mwords.v
index 497b4a46..b5bcfe5f 100644
--- a/lib/coq/Sail2_operators_mwords.v
+++ b/lib/coq/Sail2_operators_mwords.v
@@ -471,3 +471,5 @@ Definition set_slice_int len n lo (v : mword len) : Z :=
let bs : mword (hi + 1) := mword_of_int n in
(int_of_mword true (update_subrange_vec_dec bs hi lo v))
else n.
+
+Definition prerr_bits {a} (s : string) (bs : mword a) : unit := tt.