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:
pierre 2021-04-26 21:51:42 +00:00 committed by Pierre Muller
parent 2c23160571
commit 78dbdcb095
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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;