瀏覽代碼

* fixed -currency after r5896

git-svn-id: trunk@5914 -
Jonas Maebe 18 年之前
父節點
當前提交
198a0008d0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/powerpc/nppcmat.pas

+ 1 - 1
compiler/powerpc/nppcmat.pas

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