From d5e6bca0cfd435a09e367c8da0304c0e855fbf08 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sun, 26 Nov 1995 14:41:02 +0000 Subject: [PATCH] MAJ commentaires conventions d'appel git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@468 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- asmcomp/proc_i386.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asmcomp/proc_i386.ml b/asmcomp/proc_i386.ml index 17cbd8a5e..c5f1b0a5c 100644 --- a/asmcomp/proc_i386.ml +++ b/asmcomp/proc_i386.ml @@ -23,7 +23,7 @@ open Mach (* Registers available for register allocation *) (* Register map: - eax 0 eax - edx: function arguments and results + eax 0 eax - edi: function arguments and results ebx 1 eax: C function results ecx 2 ebx, esi, edi, ebp: preserved by C edx 3