Explorar o código

Disable range check completely in arm/cgcpu unit

git-svn-id: trunk@40112 -
pierre %!s(int64=7) %!d(string=hai) anos
pai
achega
e42ccccecf
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      compiler/arm/cgcpu.pas

+ 4 - 0
compiler/arm/cgcpu.pas

@@ -241,6 +241,10 @@ unit cgcpu;
        procinfo,cpupi,
        paramgr;
 
+{ Range check must be disabled explicitly as conversions between signed and unsigned
+  32-bit values are done without explicit typecasts }
+{$R-}
+
 
     function get_fpu_postfix(def : tdef) : toppostfix;
       begin