summaryrefslogtreecommitdiff
path: root/arm
diff options
context:
space:
mode:
Diffstat (limited to 'arm')
-rw-r--r--arm/Asm.v2
-rw-r--r--arm/Asmgenproof.v2
-rw-r--r--arm/Op.v6
3 files changed, 5 insertions, 5 deletions
diff --git a/arm/Asm.v b/arm/Asm.v
index 6d5edf7..769b3f9 100644
--- a/arm/Asm.v
+++ b/arm/Asm.v
@@ -689,7 +689,7 @@ Inductive initial_state (p: program): state -> Prop :=
(Pregmap.init Vundef)
# PC <- (symbol_offset ge p.(prog_main) Int.zero)
# IR14 <- Vzero
- # IR13 <- (Vptr Mem.nullptr Int.zero) in
+ # IR13 <- Vzero in
Genv.init_mem p = Some m0 ->
initial_state p (State rs0 m0).
diff --git a/arm/Asmgenproof.v b/arm/Asmgenproof.v
index 18f905a..19f5687 100644
--- a/arm/Asmgenproof.v
+++ b/arm/Asmgenproof.v
@@ -949,7 +949,7 @@ Proof.
econstructor; eauto.
constructor.
apply Mem.extends_refl.
- split. auto. simpl. congruence. intros. rewrite Regmap.gi. auto.
+ split. auto. simpl. unfold Vzero; congruence. intros. rewrite Regmap.gi. auto.
unfold symbol_offset.
rewrite (transform_partial_program_main _ _ TRANSF).
rewrite symbols_preserved.
diff --git a/arm/Op.v b/arm/Op.v
index a55c3f5..af3ccdb 100644
--- a/arm/Op.v
+++ b/arm/Op.v
@@ -390,9 +390,9 @@ Proof with (try exact I).
destruct v0; destruct v1...
generalize (S s v1). destruct v0; destruct (eval_shift s v1); simpl; tauto.
destruct v0...
- destruct v0; destruct v1... simpl. destruct (zeq b b0)...
- generalize (S s v1). destruct v0; destruct (eval_shift s v1); simpl; intuition. destruct (zeq b b0)...
- generalize (S s v1). destruct v0; destruct (eval_shift s v1); simpl; intuition. destruct (zeq b0 b)...
+ destruct v0; destruct v1... simpl. destruct (eq_block b b0)...
+ generalize (S s v1). destruct v0; destruct (eval_shift s v1); simpl; intuition. destruct (eq_block b b0)...
+ generalize (S s v1). destruct v0; destruct (eval_shift s v1); simpl; intuition. destruct (eq_block b0 b)...
destruct v0...
destruct v0; destruct v1...
destruct v0... destruct v1... destruct v2...