aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-10-04 14:33:50 +0200
committerDavid Monniaux <David.Monniaux@univ-grenoble-alpes.fr>2021-10-04 14:33:50 +0200
commite19d179d1f30d5893e5f30dbd33188350656831e (patch)
treedf89d11f9a185a2907633cf93170cb604b629ede /common
parent258c51af66c08f10453639b4f0629b51661a1a64 (diff)
parent990c96e18ca31781484f558d46c94537b5ec59cf (diff)
downloadcompcert-kvx-e19d179d1f30d5893e5f30dbd33188350656831e.tar.gz
compcert-kvx-e19d179d1f30d5893e5f30dbd33188350656831e.zip
Merge branch 'master' of https://github.com/AbsInt/CompCert into towards_3.10
Diffstat (limited to 'common')
-rw-r--r--common/Smallstep.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Smallstep.v b/common/Smallstep.v
index f337ba3c..06a18e7d 100644
--- a/common/Smallstep.v
+++ b/common/Smallstep.v
@@ -960,7 +960,7 @@ Qed.
Lemma forward_simulation_determ: forward_simulation L1 L2.
Proof.
- apply Forward_simulation with (order0 := lex_ord order lt) (match_states0 := match_states_later);
+ apply @Forward_simulation with (order := lex_ord order lt) (match_states := match_states_later);
constructor.
- apply wf_lex_ord. apply wf_order. apply lt_wf.
- intros. exploit match_initial_states; eauto. intros (i & s2 & A & B).