From: richardbarry Date: Sat, 27 Aug 2011 19:12:45 +0000 (+0000) Subject: Remove obsolete comment. X-Git-Tag: V7.0.2~40 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=66457dbae732d72ecf584a2d1c3a196190322dbf;p=freertos Remove obsolete comment. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1570 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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;