Browse Source

Disable range check completely in arm/cgcpu unit

git-svn-id: trunk@40112 -
pierre 6 years ago
parent
commit
e42ccccecf
1 changed files with 4 additions and 0 deletions
  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