xtensa_sigtramp.S: Fix call0 instruction.
Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user