From 43b4d97a655e52e3962c0d14bda39dacb24af901 Mon Sep 17 00:00:00 2001 From: xleroy Date: Fri, 8 Sep 2006 15:43:29 +0000 Subject: 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 --- backend/Machtyping.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/Machtyping.v') 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. *) -- cgit