Explorar o código

* fixed -currency after r5896

git-svn-id: trunk@5914 -
Jonas Maebe %!s(int64=18) %!d(string=hai) anos
pai
achega
198a0008d0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/powerpc/nppcmat.pas

+ 1 - 1
compiler/powerpc/nppcmat.pas

@@ -555,7 +555,7 @@ end;
 
       begin
          secondpass(left);
-         if is_64bitint(left.resultdef) then
+         if is_64bit(left.resultdef) then
            begin
              location_force_reg(current_asmdata.CurrAsmList,left.location,def_cgsize(left.resultdef),true);
              location_copy(location,left.location);