Skip to content

Commit

Permalink
Merge pull request #33 from ppedrot/specialize-evar-clause
Browse files Browse the repository at this point in the history
Adapt w.r.t. coq/coq#17322.
  • Loading branch information
samuelgruetter authored Mar 2, 2023
2 parents e7204f3 + 2e43524 commit f193b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riscv/Platform/MinimalNoMul.v
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ Section Riscv.
unfold map.getmany_of_tuple, Memory.footprint in IHn.
specialize IHn with (m := m) (r := (word.add r (word.of_Z 1))).
rewrite E1 in IHn.
specialize IHn with (1 := eq_refl).
eapply IHn.
+ reflexivity.
+ instantiate (1 := someSet). clear -H0.
unfold isXAddr4 in *. fwd. eauto 10 using removeXAddr_bw.
+ unfold Memory.load_bytes in *.
Expand Down

0 comments on commit f193b6e

Please sign in to comment.