Explorar o código

Disable range checking in rax86int unit

git-svn-id: trunk@40237 -
pierre %!s(int64=6) %!d(string=hai) anos
pai
achega
8d5cfa8731
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      compiler/x86/rax86int.pas

+ 2 - 2
compiler/x86/rax86int.pas

@@ -1966,8 +1966,8 @@ Unit Rax86int;
           end;
         until false;
       end;
-
-
+{ Disable range check because opr.val must accept values from min(longint) to max(dword) for i386 }
+{$R-}
     Procedure tx86intreader.BuildConstantOperand(oper: tx86operand);
       var
         l,size : tcgint;