git-svn-id: trunk@40124 -
@@ -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 }
{*****************************************************************************
Helpers