nuttx/arch/xtensa
Abdelatif Guettouche 12453bb623 xtensa_sigtramp.S: Remove the ENTRY instruction.
_xtensa_sig_trampoline is returned to after a context switch and not called
by the usual Window call instructions (call4, call8 and call12),
thus does not need the entry instruction.  Furthermore, the ENTRY instruction
in this case is messing up the backtrace as it creates an extra frame.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
2022-05-11 08:17:25 +09:00
..
include arch/xtensa/src/common/xtensa_coproc.S: Use the first allocated memory 2022-05-04 01:39:07 +08:00
src xtensa_sigtramp.S: Remove the ENTRY instruction. 2022-05-11 08:17:25 +09:00
Kconfig xtensa: Build OS-assisted atomic operations on ESP32-S2 2022-03-30 11:19:29 +08:00