Change interrupt mask in yield function.

pull/4/head
Richard Barry 15 years ago
parent 559e2a850f
commit b60eba005a

@ -125,7 +125,7 @@ _vPortYield:
; Set the interrupt mask in the status register. ; Set the interrupt mask in the status register.
stc sr, r0 stc sr, r0
or #240,r0 or #H'70, r0
ldc r0, sr ldc r0, sr
; Restore r0 so its original value can be saved by the movml.l instruction ; Restore r0 so its original value can be saved by the movml.l instruction

Loading…
Cancel
Save