mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 05:34:32 +02:00
Merge branch 'bugfix/gdbstub_rt_callx0' into 'master'
Fix problem on Esp32S3 with dangerous relocation for gdbstub. See merge request espressif/esp-idf!14145
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