mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-03 17:04:09 +02:00
Explicitly disable range checking
git-svn-id: trunk@40026 -
This commit is contained in:
parent
f4d19402f4
commit
c6977a0a7a
@ -376,6 +376,10 @@ unit cgx86;
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
{ Range check must be disabled explicitly as the code serves
|
||||||
|
on three different architecture sizes }
|
||||||
|
{$R-}
|
||||||
|
|
||||||
{****************************************************************************
|
{****************************************************************************
|
||||||
This is private property, keep out! :)
|
This is private property, keep out! :)
|
||||||
****************************************************************************}
|
****************************************************************************}
|
||||||
|
Loading…
Reference in New Issue
Block a user