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

git-svn-id: trunk@23766 -
This commit is contained in:
sergei 2013-03-10 04:08:43 +00:00
parent fc02f5c7f7
commit 5e46732bc8

View File

@ -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