]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/GCC/MicroBlazeV8/port.c
Kernel changes:
[freertos] / FreeRTOS / Source / portable / GCC / MicroBlazeV8 / port.c
index 25b04f49b5abee822989552424a4706753ab43ad..c4a24cbeae0987212d983eb5cd6a595ca9176268 100644 (file)
@@ -155,7 +155,7 @@ const uint32_t ulR13 = ( uint32_t ) &_SDA_BASE_;
        *pxTopOfStack = ( StackType_t ) 0x00000000;\r
        pxTopOfStack--;\r
 \r
-       #if XPAR_MICROBLAZE_0_USE_FPU == 1\r
+       #if XPAR_MICROBLAZE_0_USE_FPU != 0\r
                /* The FSR value placed in the initial task context is just 0. */\r
                *pxTopOfStack = portINITIAL_FSR;\r
                pxTopOfStack--;\r