mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 17:49:07 +02:00
Add global range check disable for i8086 cgcpu and x86 nx86add units
git-svn-id: trunk@40124 -
This commit is contained in:
parent
a015c779ff
commit
9c90f593ab
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user