소스 검색

* esp loading corrected

pierre 26 년 전
부모
커밋
d04add7c9f
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      compiler/tpexcept.pas

+ 5 - 3
compiler/tpexcept.pas

@@ -229,8 +229,7 @@ implementation
             movl %eax,24(%edi)
 
             { esp ... }
-            movl %esp,%eax
-            addl $12,%eax
+            leal 12(%ebp),%eax
             movl %eax,28(%edi)
 
             { the return address }
@@ -352,7 +351,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.7  1999-07-18 14:47:36  florian
+  Revision 1.8  1999-08-18 11:35:59  pierre
+   * esp loading corrected
+
+  Revision 1.7  1999/07/18 14:47:36  florian
     * bug 487 fixed, (inc(<property>) isn't allowed)
     * more fixes to compile with Delphi