summaryrefslogtreecommitdiff
path: root/core/cortex-m0/switch.S
diff options
context:
space:
mode:
Diffstat (limited to 'core/cortex-m0/switch.S')
-rw-r--r--core/cortex-m0/switch.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cortex-m0/switch.S b/core/cortex-m0/switch.S
index 95ea29e765..4b5ae23838 100644
--- a/core/cortex-m0/switch.S
+++ b/core/cortex-m0/switch.S
@@ -67,7 +67,7 @@ __task_start:
adds r2, #17*4 @ put the pointer at the top of the stack
movs r1, #0 @ __Schedule parameter : re-schedule nothing
msr psp, r2 @ setup a thread stack up to the first context switch
- movs r2, #1
+ movs r2, #1 @ r2 = TASK_SCHEDULER_INIT
isb @ ensure the write is done
msr control, r3
movs r3, r0