mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 05:29:34 +02:00
Disable overflow/range check in some part of the arm code
git-svn-id: trunk@49274 -
(cherry picked from commit d03c3c0669
)
This commit is contained in:
parent
2c23160571
commit
78dbdcb095
@ -1590,6 +1590,9 @@ implementation
|
||||
end;
|
||||
end;
|
||||
|
||||
{$push}
|
||||
{ Disable range and overflow checking here }
|
||||
{$R-}{$Q-}
|
||||
procedure fix_invalid_imms(list: TAsmList);
|
||||
var
|
||||
curtai: tai;
|
||||
@ -1632,6 +1635,7 @@ implementation
|
||||
end;
|
||||
end;
|
||||
|
||||
{$pop}
|
||||
|
||||
procedure gather_it_info(list: TAsmList);
|
||||
var
|
||||
|
@ -576,6 +576,9 @@ unit cpubase;
|
||||
end;
|
||||
|
||||
|
||||
{$push}
|
||||
{ Disable range and overflow checking here }
|
||||
{$R-}{$Q-}
|
||||
function is_thumb32_imm(d: aint): boolean;
|
||||
var
|
||||
t : aint;
|
||||
|
Loading…
Reference in New Issue
Block a user