* brackets around and/or combination

git-svn-id: trunk@25386 -
This commit is contained in:
Jonas Maebe 2013-08-29 22:21:19 +00:00
parent 6013606a97
commit 10bb07a665

View File

@ -3587,11 +3587,11 @@ implementation
are smaller than an entire register }
if result and
{ don't try to check the size of an open array }
is_open_array(resultdef) or
(resultdef.size<left.resultdef.size) or
((resultdef.size=left.resultdef.size) and
(left.resultdef.size<sizeof(aint)) and
(is_signed(resultdef) xor is_signed(left.resultdef))) then
(is_open_array(resultdef) or
(resultdef.size<left.resultdef.size) or
((resultdef.size=left.resultdef.size) and
(left.resultdef.size<sizeof(aint)) and
(is_signed(resultdef) xor is_signed(left.resultdef)))) then
make_not_regable(left,[ra_addr_regable]);
end;