Просмотр исходного кода

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

git-svn-id: trunk@43795 -

florian 5 лет назад
Родитель
Сommit
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(right);
 
-         if is_64bitint(left.resultdef) then
+         if is_64bit(left.resultdef) then
            begin
              hlcg.location_force_reg(current_asmdata.CurrAsmList,left.location,
                left.resultdef,left.resultdef,true);