Преглед на файлове

* fix compilation on x86-64

git-svn-id: trunk@22294 -
florian преди 13 години
родител
ревизия
10dbdb5c9a
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      compiler/x86/nx86inl.pas

+ 2 - 1
compiler/x86/nx86inl.pas

@@ -178,8 +178,9 @@ implementation
          Result:=nil;
          if (current_settings.fputype<fpu_sse42)
 {$ifdef i386}
-           or is_64bit(left.resultdef) then
+           or is_64bit(left.resultdef)
 {$endif i386}
+           then
            Result:=inherited first_popcnt
          else
            expectloc:=LOC_REGISTER;