diff --git a/Source/portable/GCC/MicroBlazeV8/port_exceptions.c b/Source/portable/GCC/MicroBlazeV8/port_exceptions.c index e78ada6f27..99b3241a14 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;