Browse Source

* properly handle boolean64 xor boolean64 on i386

git-svn-id: trunk@45804 -
florian 5 năm trước cách đây
mục cha
commit
043c3df292
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      compiler/x86/nx86add.pas

+ 2 - 0
compiler/x86/nx86add.pas

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