- reverted r9519 because it breaks tbs/tb0162 and test/tint644

git-svn-id: trunk@9622 -
This commit is contained in:
Jonas Maebe 2008-01-03 22:13:13 +00:00
parent db6e60789b
commit af2b4ee178

View File

@ -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: