From e973e4b5839eec49bb60f4e63020a7993539a55c Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 7 May 1999 11:02:14 +0000 Subject: [PATCH] * two typos fixed --- rtl/objpas/typinfo.pp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/rtl/objpas/typinfo.pp b/rtl/objpas/typinfo.pp index b0c82951f8..9de89a9a12 100644 --- a/rtl/objpas/typinfo.pp +++ b/rtl/objpas/typinfo.pp @@ -250,7 +250,7 @@ unit typinfo; movl Address,%edi // Push value to set //!! MUST BE CHANGED !! - movl Value,%eax + leal Value,%eax pushl %eax // ? Indexed procedure movl Index,%eax @@ -264,7 +264,7 @@ unit typinfo; function CallBooleanFunc(s : Pointer;Address : Pointer; Index,IValue : Longint) : Boolean;assembler; asm - movl S,%edi + movl S,%esi movl Address,%edi // ? Indexed function movl Index,%eax @@ -764,7 +764,10 @@ end. { $Log$ - Revision 1.20 1999-05-03 07:30:07 michael + Revision 1.21 1999-05-07 11:02:14 florian + * two typos fixed + + Revision 1.20 1999/05/03 07:30:07 michael * Fixes in getenum* Revision 1.19 1999/04/08 11:31:04 peter