Change call0 to callx0 because on Esp32S3 it make error.

This commit is contained in:
Dmitry
2021-06-24 13:24:40 +03:00
parent 7c3a4bc26b
commit 883617d51f

View File

@@ -39,5 +39,6 @@ _xt_gdbstub_int:
s32i a0, sp, XT_STK_A0
mov a6,sp
call0 gdbstub_handle_uart_int
movi a3, gdbstub_handle_uart_int
callx0 a3
ret