summaryrefslogtreecommitdiff
path: root/backend/Constpropproof.v
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Constpropproof.v')
-rw-r--r--backend/Constpropproof.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/Constpropproof.v b/backend/Constpropproof.v
index 6671960..b5c3b1e 100644
--- a/backend/Constpropproof.v
+++ b/backend/Constpropproof.v
@@ -415,6 +415,7 @@ Proof.
(* external function *)
simpl. econstructor; split.
eapply exec_function_external; eauto.
+ eapply external_call_symbols_preserved; eauto. exact symbols_preserved.
constructor; auto.
(* return *)