summaryrefslogtreecommitdiff
path: root/ia32/Asm.v
diff options
context:
space:
mode:
Diffstat (limited to 'ia32/Asm.v')
-rw-r--r--ia32/Asm.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/ia32/Asm.v b/ia32/Asm.v
index 0609ac0..24dedc7 100644
--- a/ia32/Asm.v
+++ b/ia32/Asm.v
@@ -797,7 +797,7 @@ Inductive initial_state (p: program): state -> Prop :=
(Pregmap.init Vundef)
# PC <- (symbol_offset ge p.(prog_main) Int.zero)
# RA <- Vzero
- # ESP <- (Vptr Mem.nullptr Int.zero) in
+ # ESP <- Vzero in
initial_state p (State rs0 m0).
Inductive final_state: state -> int -> Prop :=