Browse Source

Disable range checking in rax86int unit

git-svn-id: trunk@40237 -
pierre 6 years ago
parent
commit
8d5cfa8731
1 changed files with 2 additions and 2 deletions
  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;