mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
fix(freertos): fix stack memory load error when enable stack hardware watch point
This commit is contained in:
@ -105,7 +105,7 @@ _xt_int_exit:
|
||||
and a4, a4, a2
|
||||
wsr a4, dbreaka0
|
||||
|
||||
movi a3, 0xc0000038
|
||||
movi a3, 0x80000038
|
||||
wsr a3, dbreakc0
|
||||
#endif
|
||||
|
||||
@ -249,7 +249,7 @@ _xt_enter_first_task:
|
||||
and a4, a4, a2
|
||||
wsr a4, dbreaka0
|
||||
|
||||
movi a3, 0xc0000038
|
||||
movi a3, 0x80000038
|
||||
wsr a3, dbreakc0
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user