Explicitly disable range checking

git-svn-id: trunk@40026 -
This commit is contained in:
pierre 2018-10-24 21:37:22 +00:00
parent f4d19402f4
commit c6977a0a7a

View File

@ -376,6 +376,10 @@ unit cgx86;
end;
{ Range check must be disabled explicitly as the code serves
on three different architecture sizes }
{$R-}
{****************************************************************************
This is private property, keep out! :)
****************************************************************************}