mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 08:48:08 +02:00
* properly handle boolean64 xor boolean64 on i386
git-svn-id: trunk@45804 -
This commit is contained in:
parent
3fde3f23ce
commit
043c3df292
@ -1628,6 +1628,8 @@ unit nx86add;
|
||||
(not(cs_full_boolean_eval in current_settings.localswitches) or
|
||||
(nf_short_bool in flags)) then
|
||||
inherited second_addboolean
|
||||
else if is_64bit(left.resultdef) then
|
||||
inherited
|
||||
else
|
||||
second_addordinal;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user