From eea2ab0385e808ddc1a8e1af2220c84e56c5d730 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Wed, 22 Sep 2010 21:31:33 +0000 Subject: [PATCH] Back only. --- Source/portable/GCC/RX600/port.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/portable/GCC/RX600/port.c b/Source/portable/GCC/RX600/port.c index ca9549309..76afa3cfa 100644 --- a/Source/portable/GCC/RX600/port.c +++ b/Source/portable/GCC/RX600/port.c @@ -366,6 +366,9 @@ unsigned long ulPortGetIPL( void ) "SHLR #24, R1 \n" \ "RTS " ); + + /* This will never get executed, but keeps the compiler from complaining. */ + return 0; } /*-----------------------------------------------------------*/