From 98860dee6a4afb0fa1ec573097a1d9fe2e4d2f73 Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Sat, 27 Aug 2011 19:12:45 +0000 Subject: [PATCH] Remove obsolete comment. --- Source/portable/GCC/MicroBlazeV8/port_exceptions.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/portable/GCC/MicroBlazeV8/port_exceptions.c b/Source/portable/GCC/MicroBlazeV8/port_exceptions.c index e78ada6f2..99b3241a1 100644 --- a/Source/portable/GCC/MicroBlazeV8/port_exceptions.c +++ b/Source/portable/GCC/MicroBlazeV8/port_exceptions.c @@ -230,7 +230,6 @@ extern void *pxCurrentTCB; #if XPAR_MICROBLAZE_0_USE_FPU == 1 case XEXC_ID_FPU : - /*_RB_ More decoding required here and in other exceptions. */ xRegisterDump.pcExceptionCause = ( signed char * const ) "XEXC_ID_FPU see ulFSR value"; break;