Commit 8f2bed1d authored by Jeffrey Lee's avatar Jeffrey Lee Committed by ROOL
Browse files

Change OS_BreakPt to use TaskControl_ResetStacks

parent feb95c37
......@@ -282,7 +282,8 @@ SBRKPT ROUT
NOP
]
10 LDR stack, =SVCSTK
10
BL TaskControl_ResetStacks ; R0-R3 corrupt, R13 reset
LDR r12, =ZeroPage+BrkAd_ws
LDMIA r12, {r12, pc} ; call breakpoint handler
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment