Fix the previous change.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka
2019-11-21 11:30:44 +09:00
parent cffc8bf96c
commit bbb952429a

View File

@@ -575,6 +575,7 @@ preempt (struct chx_thread * tp_next)
"ldr r1, [r0], #4\n\t"
"msr PSP, r1\n\t"
#endif
"mov r0, #0\n\t"
/* Unmask interrupts. */
#if defined(__ARM_ARCH_6M__)
"cpsie i\n\t"