aboutsummaryrefslogtreecommitdiffstats
path: root/riscV/Stacklayout.v
diff options
context:
space:
mode:
Diffstat (limited to 'riscV/Stacklayout.v')
-rw-r--r--riscV/Stacklayout.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscV/Stacklayout.v b/riscV/Stacklayout.v
index ba116380..d0c6a526 100644
--- a/riscV/Stacklayout.v
+++ b/riscV/Stacklayout.v
@@ -139,7 +139,7 @@ Proof.
set (ostkdata := align (ol + 4 * b.(bound_local)) 8).
assert (0 < w) by (unfold w; destruct Archi.ptr64; omega).
replace (align_chunk Mptr) with w by (rewrite align_chunk_Mptr; auto).
- split. apply Zdivide_0.
+ split. apply Z.divide_0_r.
split. apply align_divides; omega.
split. apply align_divides; omega.
split. apply align_divides; omega.