瀏覽代碼

Disable range check completely in arm/cgcpu unit

git-svn-id: trunk@40112 -
pierre 7 年之前
父節點
當前提交
e42ccccecf
共有 1 個文件被更改,包括 4 次插入0 次删除
  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