mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +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
|
||||
(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
|
||||
|
Loading…
Reference in New Issue
Block a user