* 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:
florian 2020-08-25 21:39:40 +00:00
parent 6e25a014e6
commit f30f62231f

View File

@ -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;