diff --git a/compiler/powerpc/nppcmat.pas b/compiler/powerpc/nppcmat.pas index 5fe0dba947..f5ce2eec44 100644 --- a/compiler/powerpc/nppcmat.pas +++ b/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);