Change interrupt mask in yield function.

This commit is contained in:
Richard Barry 2010-01-16 11:40:41 +00:00
parent 559e2a850f
commit b60eba005a

View file

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