Add global range check disable for i8086 cgcpu and x86 nx86add units

git-svn-id: trunk@40124 -
This commit is contained in:
pierre 2018-10-31 23:20:29 +00:00
parent a015c779ff
commit 9c90f593ab
2 changed files with 7 additions and 0 deletions

View File

@ -121,6 +121,10 @@ unit cgcpu;
tgobj,
hlcgobj;
{ Range check must be disabled explicitly as the code uses
implicit typecast to aint troughout }
{$R-}
function use_push(const cgpara:tcgpara):boolean;
begin
result:=(not paramanager.use_fixed_stack) and

View File

@ -79,6 +79,9 @@ unit nx86add;
ncon,nset,ninl,
defutil;
{ Range check must be disabled explicitly as the code serves
on three different architecture sizes }
{$R-}
{*****************************************************************************
Helpers