Преглед на файлове

* fixed compilation with range checking enabled

git-svn-id: trunk@28447 -
Jonas Maebe преди 11 години
родител
ревизия
e21d31dc99
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      compiler/arm/narmadd.pas

+ 1 - 1
compiler/arm/narmadd.pas

@@ -429,7 +429,7 @@ interface
               begin
                 {Just check for the MSB in reghi to be set or not, this is independed from nf_swapped}
                 location.resflags:=F_NE;
-                current_asmdata.CurrAsmList.concat(taicpu.op_reg_const(A_TST,left.location.register64.reghi, $80000000));
+                current_asmdata.CurrAsmList.concat(taicpu.op_reg_const(A_TST,left.location.register64.reghi, aint($80000000)));
               end
             else
               begin