]> git.sur5r.net Git - freertos/commitdiff
Change interrupt mask in yield function.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 16 Jan 2010 11:40:41 +0000 (11:40 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 16 Jan 2010 11:40:41 +0000 (11:40 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@958 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/Renesas/SH2A_FPU/portasm.src

index 5ab645a9b67520c10892d0ddd8757a8bc8b74f1e..1d832a90dfa223c321b05295f11ed59788c8603b 100644 (file)
@@ -125,7 +125,7 @@ _vPortYield:
        \r
        ; Set the interrupt mask in the status register.\r
        stc             sr, r0\r
-       or              #240,r0\r
+       or              #H'70, r0\r
        ldc             r0, sr\r
        \r
        ; Restore r0 so its original value can be saved by the movml.l instruction \r