aboutsummaryrefslogtreecommitdiffstats
path: root/aarch64/Stacklayout.v
diff options
context:
space:
mode:
Diffstat (limited to 'aarch64/Stacklayout.v')
-rw-r--r--aarch64/Stacklayout.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/aarch64/Stacklayout.v b/aarch64/Stacklayout.v
index 86ba9f45..e23fc0da 100644
--- a/aarch64/Stacklayout.v
+++ b/aarch64/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.
intros; simpl.
set (olink := align (4 * b.(bound_outgoing)) 8).
set (oretaddr := olink + 8).