mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 05:08:03 +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
|
||||
Internalerror(2020031401);
|
||||
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