mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
Change call0 to callx0 because on Esp32S3 it make error.
This commit is contained in:
@@ -39,5 +39,6 @@ _xt_gdbstub_int:
|
|||||||
s32i a0, sp, XT_STK_A0
|
s32i a0, sp, XT_STK_A0
|
||||||
|
|
||||||
mov a6,sp
|
mov a6,sp
|
||||||
call0 gdbstub_handle_uart_int
|
movi a3, gdbstub_handle_uart_int
|
||||||
|
callx0 a3
|
||||||
ret
|
ret
|
||||||
|
Reference in New Issue
Block a user