From: richardbarry Date: Sat, 16 Jan 2010 11:40:41 +0000 (+0000) Subject: Change interrupt mask in yield function. X-Git-Tag: V6.0.3~28 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e791e8910b12b8b75fb9349157f7ba3176d83f73;p=freertos Change interrupt mask in yield function. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@958 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/portable/Renesas/SH2A_FPU/portasm.src b/Source/portable/Renesas/SH2A_FPU/portasm.src index 5ab645a9b..1d832a90d 100644 --- a/Source/portable/Renesas/SH2A_FPU/portasm.src +++ b/Source/portable/Renesas/SH2A_FPU/portasm.src @@ -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