mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-23 02:51:32 +02:00
* fixup for r27725: limit change to subn
git-svn-id: trunk@27732 -
This commit is contained in:
parent
fab4a91f4d
commit
13fbf5b6ef
@ -2502,8 +2502,9 @@ implementation
|
||||
if (nf_internal in n.flags) then
|
||||
begin
|
||||
result:=true;
|
||||
{ the result could be negative in this case }
|
||||
gotsint:=true
|
||||
{ the result could become negative in this case }
|
||||
if n.nodetype=subn then
|
||||
gotsint:=true
|
||||
end
|
||||
else
|
||||
result:=
|
||||
|
Loading…
Reference in New Issue
Block a user