mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 09:05:59 +08:00
Merge branch 'bugfix/fix_stack_mem_load_error_when_enable_wp' into 'master'
fix(freertos): fix stack memory load error when enable stack hardware watch point See merge request sdk/ESP8266_RTOS_SDK!1393
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