Browse Source

* cargs must also increase pushedparasize else it won't be 'popped'

peter 25 years ago
parent
commit
521b0a2672
1 changed files with 5 additions and 1 deletions
  1. 5 1
      compiler/cg386ld.pas

+ 5 - 1
compiler/cg386ld.pas

@@ -960,6 +960,7 @@ implementation
                      end
                      end
                     else
                     else
                      emit_push_loc(hp^.left^.location);
                      emit_push_loc(hp^.left^.location);
+                    inc(pushedparasize); 
                   end
                   end
                  else
                  else
                   begin
                   begin
@@ -1003,7 +1004,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.97  2000-01-21 12:17:42  jonas
+  Revision 1.98  2000-02-01 12:54:20  peter
+    * cargs must also increase pushedparasize else it won't be 'popped'
+
+  Revision 1.97  2000/01/21 12:17:42  jonas
     * regallocation fixes
     * regallocation fixes
 
 
   Revision 1.96  2000/01/09 12:35:01  jonas
   Revision 1.96  2000/01/09 12:35:01  jonas