Browse Source

* vmt address pushed for CHECK_OBJECT was not removed from stack

pierre 27 years ago
parent
commit
86f0e64b17
1 changed files with 6 additions and 1 deletions
  1. 6 1
      rtl/i386/i386.inc

+ 6 - 1
rtl/i386/i386.inc

@@ -332,6 +332,8 @@ asm
 .Lco_ok:
         popl    %eax
         popl    %edi
+        { the adress is pushed : it needs to be removed from stack !! PM }
+        ret     $4
 end;
 
 
@@ -722,7 +724,10 @@ end;
 
 {
   $Log$
-  Revision 1.33  1998-11-28 14:09:49  peter
+  Revision 1.34  1998-11-30 15:27:28  pierre
+   * vmt address pushed for CHECK_OBJECT was not removed from stack
+
+  Revision 1.33  1998/11/28 14:09:49  peter
     * NOATTCDQ define
 
   Revision 1.32  1998/11/26 23:15:08  jonas