mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-01 23:09:32 +01:00
* Emit everything to the same asmlist (fixing copy-paste error).
git-svn-id: trunk@26187 -
This commit is contained in:
parent
09a3fc74e3
commit
f508442a7e
@ -479,7 +479,7 @@ unit cgcpu;
|
||||
a_loadaddr_ref_cgpara(list,href,para2);
|
||||
paramanager.freecgpara(list,para2);
|
||||
paramanager.freecgpara(list,para1);
|
||||
g_call(current_asmdata.CurrAsmList,'_FPC_local_unwind');
|
||||
g_call(list,'_FPC_local_unwind');
|
||||
para2.done;
|
||||
para1.done;
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user