]> git.sur5r.net Git - freertos/commitdiff
Correct cut and paste asm code.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Feb 2008 18:08:09 +0000 (18:08 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sun, 17 Feb 2008 18:08:09 +0000 (18:08 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@197 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/Softune/MB91460/portmacro.h

index 6bff7a5cfa7ba49e8594138c6b24ff9ca7f4e42a..4d6c293db47057682b83f83222f1fdf14be4150b 100644 (file)
@@ -82,7 +82,7 @@
        #error configKERNEL_INTERRUPT_PRIORITY (set in FreeRTOSConfig.h) must match the ILM value set in the following line - 30 (1Eh) being the default.\r
 #endif\r
 #define portDISABLE_INTERRUPTS() __asm(" STILM #1Eh ")\r
-#define portENABLE_INTERRUPTS() __asm(" MOVL ILM, #1Fh ")\r
+#define portENABLE_INTERRUPTS() __asm(" STILM #1Fh ")\r
 \r
 #define portENTER_CRITICAL()   \\r
        __asm(" ST PS,@-R15 ");         \\r