mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 19:46:02 +02:00
* fixed typo that broke non-i386 compilation after r8603
git-svn-id: trunk@8609 -
This commit is contained in:
parent
ecd2445602
commit
b79e4ff3f0
@ -2520,7 +2520,7 @@ implementation
|
||||
if (hpcurr.parasym.paraloc[callerside].location^.reference.offset>hp.parasym.paraloc[callerside].location^.reference.offset) then
|
||||
{$else i386}
|
||||
if (hpcurr.registersint>hp.registersint) or
|
||||
(node_complexity(hpcurr)<node_complexity(hp))
|
||||
(node_complexity(hpcurr)<node_complexity(hp)) then
|
||||
{$endif i386}
|
||||
break;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user