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

* use 64 bit code page in tppcshlshrnode.pass_generate_code for all 64 bit types,
resolves #33582

git-svn-id: trunk@43795 -

florian преди 5 години
родител
ревизия
ccf409c8a0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      compiler/powerpc/nppcmat.pas

+ 1 - 1
compiler/powerpc/nppcmat.pas

@@ -250,7 +250,7 @@ implementation
          secondpass(left);
          secondpass(left);
          secondpass(right);
          secondpass(right);
 
 
-         if is_64bitint(left.resultdef) then
+         if is_64bit(left.resultdef) then
            begin
            begin
              hlcg.location_force_reg(current_asmdata.CurrAsmList,left.location,
              hlcg.location_force_reg(current_asmdata.CurrAsmList,left.location,
                left.resultdef,left.resultdef,true);
                left.resultdef,left.resultdef,true);