瀏覽代碼

+ Patch for wrong paramsize

michael 24 年之前
父節點
當前提交
fc704cd7b0
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      compiler/i386/n386ld.pas

+ 5 - 2
compiler/i386/n386ld.pas

@@ -1019,7 +1019,7 @@ implementation
                      end
                      end
                     else
                     else
                      emit_push_loc(hp.left.location);
                      emit_push_loc(hp.left.location);
-                    inc(pushedparasize);
+                    inc(pushedparasize,4);
                   end
                   end
                  else
                  else
                   begin
                   begin
@@ -1088,7 +1088,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.19  2001-08-26 13:36:59  florian
+  Revision 1.20  2001-08-30 11:57:20  michael
+  + Patch for wrong paramsize
+
+  Revision 1.19  2001/08/26 13:36:59  florian
     * some cg reorganisation
     * some cg reorganisation
     * some PPC updates
     * some PPC updates