mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:50:28 +02:00
Disable range checking in rax86int unit
git-svn-id: trunk@40237 -
This commit is contained in:
parent
d55f80d2f9
commit
8d5cfa8731
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user