mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-02 10:33:42 +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;
|
||||
|
||||
|
||||
{ Range check must be disabled explicitly as the code serves
|
||||
on three different architecture sizes }
|
||||
{$R-}
|
||||
|
||||
{****************************************************************************
|
||||
This is private property, keep out! :)
|
||||
****************************************************************************}
|
||||
|
Loading…
Reference in New Issue
Block a user