aboutsummaryrefslogtreecommitdiffstats
path: root/scheduling/BTL_Schedulerproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'scheduling/BTL_Schedulerproof.v')
-rw-r--r--scheduling/BTL_Schedulerproof.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/scheduling/BTL_Schedulerproof.v b/scheduling/BTL_Schedulerproof.v
index 049dc6b1..c8c2a76f 100644
--- a/scheduling/BTL_Schedulerproof.v
+++ b/scheduling/BTL_Schedulerproof.v
@@ -24,6 +24,8 @@ Let tpge := Genv.globalenv tprog.
Theorem transf_program_correct:
forward_simulation (fsem prog) (fsem tprog).
+Proof.
+ eapply forward_simulation_step with equiv_state. (* lock-step with respect to equiv_states *)
Admitted.
End PRESERVATION.