瀏覽代碼

+ One more missing call to unget_para (MIPS-specific)

git-svn-id: trunk@23766 -
sergei 12 年之前
父節點
當前提交
5e46732bc8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      compiler/ncgutil.pas

+ 1 - 0
compiler/ncgutil.pas

@@ -1062,6 +1062,7 @@ implementation
               if (destloc.size = paraloc^.Size) and
                  (paraloc^.Loc in [LOC_FPUREGISTER,LOC_CFPUREGISTER]) then
                 begin
+                  unget_para(paraloc^);
                   gen_alloc_regloc(list,destloc);
                   cg.a_loadfpu_reg_reg(list,paraloc^.Size, destloc.size, paraloc^.register, destloc.register);
                 end