mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 13:09:32 +02:00
Also disable range checking in arm/aoptcpu unit
git-svn-id: trunk@40322 -
This commit is contained in:
parent
095bd6da7d
commit
aebc8527ef
@ -83,6 +83,10 @@ Implementation
|
||||
cgobj,procinfo,
|
||||
aasmbase,aasmdata;
|
||||
|
||||
{ Range check must be disabled explicitly as conversions between signed and unsigned
|
||||
32-bit values are done without explicit typecasts }
|
||||
{$R-}
|
||||
|
||||
function CanBeCond(p : tai) : boolean;
|
||||
begin
|
||||
result:=
|
||||
|
Loading…
Reference in New Issue
Block a user