aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Inliningproof.v
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-09-07 13:12:39 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-09-07 13:12:39 +0200
commit4cdd085383c5e18989b8636455ddcfc7ceb5843a (patch)
tree43bb51452db0957915a5e9818b0af78b20fb048b /backend/Inliningproof.v
parent35febfa5b231a71234a1b32c128169352e96eaca (diff)
downloadcompcert-kvx-4cdd085383c5e18989b8636455ddcfc7ceb5843a.tar.gz
compcert-kvx-4cdd085383c5e18989b8636455ddcfc7ceb5843a.zip
fixes for compiling on other platforms
Diffstat (limited to 'backend/Inliningproof.v')
-rw-r--r--backend/Inliningproof.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Inliningproof.v b/backend/Inliningproof.v
index ebc48160..b60c1cb7 100644
--- a/backend/Inliningproof.v
+++ b/backend/Inliningproof.v
@@ -1025,7 +1025,7 @@ Proof.
+ left; econstructor; split.
eapply plus_one.
eapply exec_Iload_notrap2; eauto.
- try (rewrite <- P; apply eval_addressing_preserved; assumption).
+ try (rewrite <- P; apply eval_addressing_preserved; exact symbols_preserved).
econstructor; eauto.
apply match_stacks_inside_set_reg; auto.
apply agree_set_reg; auto.