* Emit everything to the same asmlist (fixing copy-paste error).

git-svn-id: trunk@26187 -
This commit is contained in:
sergei 2013-12-06 07:10:39 +00:00
parent 09a3fc74e3
commit f508442a7e

View File

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