aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Machtyping.v
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-09-08 15:43:29 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2006-09-08 15:43:29 +0000
commit43b4d97a655e52e3962c0d14bda39dacb24af901 (patch)
treed4ea6a6694cf3e69323bf7a8756ea4b583c2b068 /backend/Machtyping.v
parent593ce3f7c5647e284cd2fdc3dd3ed41be9563982 (diff)
downloadcompcert-kvx-43b4d97a655e52e3962c0d14bda39dacb24af901.tar.gz
compcert-kvx-43b4d97a655e52e3962c0d14bda39dacb24af901.zip
Stocker l'adresse de retour a l'offset 12 au lieu de l'offset 4 pour meilleure compatibilite avec les conventions de MacOSX
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@85 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'backend/Machtyping.v')
-rw-r--r--backend/Machtyping.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Machtyping.v b/backend/Machtyping.v
index 92f283b6..24f0ddb6 100644
--- a/backend/Machtyping.v
+++ b/backend/Machtyping.v
@@ -335,7 +335,7 @@ End SUBJECT_REDUCTION.
(** We now show another result useful for the proof of implication
between the two Mach semantics: well-typed functions do not
change the values of the back link and return address fields
- of the frame slot (at offsets 0 and 4) during their execution.
+ of the frame slot (at offsets 0 and 12) during their execution.
Actually, we show that the whole reserved part of the frame
(between offsets 0 and 24) does not change. *)