From 66457dbae732d72ecf584a2d1c3a196190322dbf Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sat, 27 Aug 2011 19:12:45 +0000 Subject: [PATCH] Remove obsolete comment. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1570 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- 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; -- 2.39.5