Parcourir la source

Disable range checking in rax86int unit

git-svn-id: trunk@40237 -
pierre il y a 6 ans
Parent
commit
8d5cfa8731
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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;