mirror of
https://github.com/apache/nuttx.git
synced 2026-05-24 07:46:16 +08:00
xtensa_sigtramp.S: Fix call0 instruction.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
committed by
Masayuki Ishikawa
parent
1cf2fa75c4
commit
3f632bf12b
@@ -56,7 +56,7 @@ _xtensa_sig_trampoline:
|
||||
ENTRY(16) /* REVISIT: This should not be here */
|
||||
|
||||
#ifdef __XTENSA_CALL0_ABI__
|
||||
cali0 xtensa_sig_deliver /* Call xtensa_sig_deliver */
|
||||
call0 xtensa_sig_deliver /* Call xtensa_sig_deliver */
|
||||
#else
|
||||
call4 xtensa_sig_deliver /* Call xtensa_sig_deliver */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user