mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-26 14:50:32 +02:00
* cargs must also increase pushedparasize else it won't be 'popped'
This commit is contained in:
parent
6b3063c795
commit
521b0a2672
@ -960,6 +960,7 @@ implementation
|
||||
end
|
||||
else
|
||||
emit_push_loc(hp^.left^.location);
|
||||
inc(pushedparasize);
|
||||
end
|
||||
else
|
||||
begin
|
||||
@ -1003,7 +1004,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.96 2000/01/09 12:35:01 jonas
|
||||
|
Loading…
Reference in New Issue
Block a user