Browse Source

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

git-svn-id: trunk@23766 -
sergei 12 years ago
parent
commit
5e46732bc8
1 changed files with 1 additions and 0 deletions
  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