mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-10 19:21:40 +01:00
* fix for fpuvaroffset for unused return value
This commit is contained in:
parent
c3221c88a8
commit
7b5bae5ded
@ -1139,7 +1139,10 @@ implementation
|
||||
begin
|
||||
{ release FPU stack }
|
||||
emit_reg(A_FSTP,S_NO,R_ST0);
|
||||
dec(fpuvaroffset);
|
||||
{
|
||||
dec(fpuvaroffset);
|
||||
do NOT decrement as the increment before
|
||||
is not called for unused results PM }
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
@ -1222,7 +1225,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.108 1999-10-26 12:30:40 peter
|
||||
Revision 1.109 1999-11-04 00:23:58 pierre
|
||||
* fix for fpuvaroffset for unused return value
|
||||
|
||||
Revision 1.108 1999/10/26 12:30:40 peter
|
||||
* const parameter is now checked
|
||||
* better and generic check if a node can be used for assigning
|
||||
* export fixes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user