git-svn-id: trunk@40319 -
@@ -138,6 +138,9 @@ unit cgcpu;
symsym,symtable,defutil,paramgr,procinfo,
rgobj,tgobj,rgcpu,fmodule;
+{ Range check must be disabled explicitly as conversions between signed and unsigned
+ 32-bit values are done without explicit typecasts }
+{$R-}
const
{ opcode table lookup }
@@ -69,6 +69,9 @@ unit cgcpu;
symconst,symsym,fmodule,
rgobj,tgobj,cpupi,procinfo,paramgr;
procedure tcgrv32.init_register_allocators;
begin
@@ -63,6 +63,9 @@ implementation
symconst, fmodule, symtable,
rgobj, tgobj, cpupi, procinfo, paramgr, cpupara;
+ 64-bit and 32-bit values are done without explicit typecasts }
procedure tcgrv64.init_register_allocators;