* fix parameter order for compilerproc created by raise nodes

git-svn-id: trunk@24357 -
This commit is contained in:
florian 2013-04-28 16:34:28 +00:00
parent 65acb03936
commit ab39e6f7d8

View File

@ -1961,10 +1961,10 @@ implementation
end
else
begin
right:=cloadparentfpnode.create(current_procinfo.procdef);
third:=cinlinenode.create(in_get_frame,false,nil);
current_addr:=clabelnode.create(cnothingnode.create,tlabelsym.create('$raiseaddr'));
addstatement(statements,current_addr);
third:=caddrnode.create(cloadnode.create(current_addr.labsym,current_addr.labsym.owner));
right:=caddrnode.create(cloadnode.create(current_addr.labsym,current_addr.labsym.owner));
end;
raisenode:=ccallnode.createintern('fpc_raiseexception',