mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:29:28 +02:00
* SPARC: UNIMP instruction has 22-bit "opcode", not 12-bit.
git-svn-id: trunk@27592 -
This commit is contained in:
parent
9a44ab2fc2
commit
58882e2934
@ -47,7 +47,7 @@ implementation
|
||||
procedure tsparccallnode.extra_post_call_code;
|
||||
begin
|
||||
if paramanager.ret_in_param(procdefinition.returndef,procdefinition) then
|
||||
current_asmdata.CurrAsmList.concat(taicpu.op_const(A_UNIMP,procdefinition.returndef.size and $fff));
|
||||
current_asmdata.CurrAsmList.concat(taicpu.op_const(A_UNIMP,procdefinition.returndef.size and $3fffff));
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user