Sfoglia il codice sorgente

Disable range checking in rax86int unit

git-svn-id: trunk@40237 -
pierre 6 anni fa
parent
commit
8d5cfa8731
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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;