aboutsummaryrefslogtreecommitdiffstats
path: root/src/hls/HTLgenproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/hls/HTLgenproof.v')
-rw-r--r--src/hls/HTLgenproof.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hls/HTLgenproof.v b/src/hls/HTLgenproof.v
index aa5e7e1..7d71819 100644
--- a/src/hls/HTLgenproof.v
+++ b/src/hls/HTLgenproof.v
@@ -2914,8 +2914,8 @@ Section CORRECTNESS.
match_states ge S1 R1 ->
exists R2, Smallstep.plus HTL.step tge R1 t R2 /\ match_states ge S2 R2.
Proof.
- induction 1; try (eauto with htlproof; intros; inv_state).
- Admitted.
+ induction 1; eauto with htlproof; try solve [ intros; inv_state ].
+ Qed.
Hint Resolve transl_step_correct : htlproof.