mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 11:39:32 +02:00
- reverted r9519 because it breaks tbs/tb0162 and test/tint644
git-svn-id: trunk@9622 -
This commit is contained in:
parent
db6e60789b
commit
af2b4ee178
@ -458,7 +458,7 @@ implementation
|
||||
result := left.getcopy;
|
||||
end;
|
||||
end
|
||||
else if tordconstnode(right).value.svalue = -1 then
|
||||
else if tordconstnode(right).value = -1 then
|
||||
begin
|
||||
case nodetype of
|
||||
muln:
|
||||
@ -488,7 +488,7 @@ implementation
|
||||
result := right.getcopy;
|
||||
end;
|
||||
end
|
||||
else if tordconstnode(left).value.svalue = -1 then
|
||||
else if tordconstnode(left).value = -1 then
|
||||
begin
|
||||
case nodetype of
|
||||
muln:
|
||||
|
Loading…
Reference in New Issue
Block a user