mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 16:59:12 +02:00
* reverted 46417: if a assembler subroutine needs an entry instruction, it should be added explicitly
git-svn-id: trunk@46696 -
This commit is contained in:
parent
6e25a014e6
commit
f30f62231f
@ -744,9 +744,7 @@ implementation
|
|||||||
else
|
else
|
||||||
Internalerror(2020031401);
|
Internalerror(2020031401);
|
||||||
end;
|
end;
|
||||||
end
|
end;
|
||||||
else if target_info.abi=abi_xtensa_windowed then
|
|
||||||
list.concat(taicpu.op_reg_const(A_ENTRY,NR_STACK_POINTER_REG,16));
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user