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

* channged gettemptyped() into gethltemp() call, as gettemptyped() is only
intended/required for managed types

git-svn-id: branches/hlcgllvm@28483 -

Jonas Maebe преди 11 години
родител
ревизия
979a3d7e1d
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      compiler/ppcgen/ngppcinl.pas

+ 2 - 2
compiler/ppcgen/ngppcinl.pas

@@ -183,8 +183,8 @@ implementation
          current_asmdata.CurrAsmList.concat(taicpu.op_reg_reg(op,tmpreg,
          current_asmdata.CurrAsmList.concat(taicpu.op_reg_reg(op,tmpreg,
            left.location.register));
            left.location.register));
          location_reset_ref(location,LOC_REFERENCE,def_cgsize(resultdef),0);
          location_reset_ref(location,LOC_REFERENCE,def_cgsize(resultdef),0);
-         tg.gettemptyped(current_asmdata.CurrAsmList,resultdef,tt_normal,
-           location.reference);
+         tg.gethltemp(current_asmdata.CurrAsmList,resultdef,resultdef.size,
+           tt_normal,location.reference);
          cg.a_loadfpu_reg_ref(current_asmdata.CurrAsmList,OS_F64,OS_F64,tmpreg,
          cg.a_loadfpu_reg_ref(current_asmdata.CurrAsmList,OS_F64,OS_F64,tmpreg,
            location.reference);
            location.reference);
        end;
        end;