Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenConoly committed Jan 9, 2025
1 parent ef7f24f commit e9c8da9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions compiler/src/compiler/FlatImp.v
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Module exec.
Context {width: Z} {BW: Bitwidth width} {word: word.word width}.
Context {mem: map.map word byte} {locals: map.map varname word}
{env: map.map String.string (list varname * list varname * stmt varname)}.
Context {ext_spec: ExtSpec} .
Context {ext_spec: ExtSpec}.
Context {varname_eq_spec: EqDecider varname_eqb}
{word_ok: word.ok word}
{mem_ok: map.ok mem}
Expand Down Expand Up @@ -669,7 +669,6 @@ Module exec.
(forall k', pick_sp1 (k' ++ k) = pick_sp2 (k' ++ k)) ->
exec (pick_sp := pick_sp2) s k t m l mc post.
Proof.
Set Printing Implicit.
intros H1 pick_sp2. induction H1; intros; try solve [econstructor; eauto].
- econstructor. 4: eapply exec_extends_trace. all: intuition eauto.
{ eapply IHexec. intros. rewrite associate_one_left.
Expand Down

0 comments on commit e9c8da9

Please sign in to comment.