aboutsummaryrefslogtreecommitdiffstats
path: root/x86/Stacklayout.v
diff options
context:
space:
mode:
Diffstat (limited to 'x86/Stacklayout.v')
-rw-r--r--x86/Stacklayout.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86/Stacklayout.v b/x86/Stacklayout.v
index d375febf..96b0c8ef 100644
--- a/x86/Stacklayout.v
+++ b/x86/Stacklayout.v
@@ -58,7 +58,7 @@ Lemma frame_env_separated:
** range sp (fe_ofs_callee_save fe) (size_callee_save_area b (fe_ofs_callee_save fe))
** P.
Proof.
-Local Opaque Z.add Z.mul sepconj range.
+Local Opaque Z.add Z.mul sepconj range'.
intros; simpl.
set (w := if Archi.ptr64 then 8 else 4).
set (olink := align (4 * b.(bound_outgoing)) w).