fix(freertos): fix stack memory load error when enable stack hardware watch point

This commit is contained in:
Dong Heng
2020-05-08 13:57:04 +08:00
parent 604a4cb142
commit 1418056e3c

View File

@ -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