Skip to content

Commit

Permalink
adapt to coq/coq#17937
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen committed Aug 24, 2023
1 parent 1ba5c2e commit 1c6bef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rupicola/Lib/Core.v
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ Section Aliasing.
(truncated_word sz (mem := Mem)).
Proof.
red. intros * h Hmem.
pose proof bytes_per_range.
pose proof bytes_per_range sz.
rewrite word.unsigned_of_Z_nowrap in h by lia.
unfold scalar, truncated_word, truncated_scalar,
littleendian, ptsto_bytes.ptsto_bytes in *.
Expand Down

0 comments on commit 1c6bef7

Please sign in to comment.