]> git.sur5r.net Git - freertos/commitdiff
Back only.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 22 Sep 2010 21:31:33 +0000 (21:31 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Wed, 22 Sep 2010 21:31:33 +0000 (21:31 +0000)
git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1126 1d2547de-c912-0410-9cb9-b8ca96c0e9e2

Source/portable/GCC/RX600/port.c

index ca9549309c1bf8894841373252a29bdac88afe70..76afa3cfabf8140587f5a3cae7c38b144d20639c 100644 (file)
@@ -366,6 +366,9 @@ unsigned long ulPortGetIPL( void )
                "SHLR   #24, R1                 \n"     \\r
                "RTS                                      "\r
        );\r
+       \r
+       /* This will never get executed, but keeps the compiler from complaining. */\r
+       return 0;\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r