mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-06 08:38:52 +02:00
+ One more missing call to unget_para (MIPS-specific)
git-svn-id: trunk@23766 -
This commit is contained in:
parent
fc02f5c7f7
commit
5e46732bc8
@ -1062,6 +1062,7 @@ implementation
|
|||||||
if (destloc.size = paraloc^.Size) and
|
if (destloc.size = paraloc^.Size) and
|
||||||
(paraloc^.Loc in [LOC_FPUREGISTER,LOC_CFPUREGISTER]) then
|
(paraloc^.Loc in [LOC_FPUREGISTER,LOC_CFPUREGISTER]) then
|
||||||
begin
|
begin
|
||||||
|
unget_para(paraloc^);
|
||||||
gen_alloc_regloc(list,destloc);
|
gen_alloc_regloc(list,destloc);
|
||||||
cg.a_loadfpu_reg_reg(list,paraloc^.Size, destloc.size, paraloc^.register, destloc.register);
|
cg.a_loadfpu_reg_reg(list,paraloc^.Size, destloc.size, paraloc^.register, destloc.register);
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user