mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 02:27:56 +02:00
* sparc64 does not generate a unimp instruction if a parameter is returned in a memory location
git-svn-id: trunk@36949 -
This commit is contained in:
parent
4988337e6f
commit
09d99a6009
@ -46,8 +46,10 @@ implementation
|
||||
|
||||
procedure tsparccallnode.extra_post_call_code;
|
||||
begin
|
||||
{$ifndef SPARC64}
|
||||
if paramanager.ret_in_param(procdefinition.returndef,procdefinition) then
|
||||
current_asmdata.CurrAsmList.concat(taicpu.op_const(A_UNIMP,procdefinition.returndef.size and $3fffff));
|
||||
{$endif SPARC64}
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user