X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=Source%2Fportable%2FGCC%2FMicroBlazeV8%2Fport_exceptions.c;h=e78ada6f27b7ec7aaea72e05b388ecaa58d99dcf;hb=b3e247836e4b16da26bef339173b40434ddb33cb;hp=f5ed3c98558e9687f5084f57b55bcb6e04f2ff0e;hpb=a15470728d48f2a2c3340dba9d0b0f24ec130eeb;p=freertos diff --git a/Source/portable/GCC/MicroBlazeV8/port_exceptions.c b/Source/portable/GCC/MicroBlazeV8/port_exceptions.c index f5ed3c985..e78ada6f2 100644 --- a/Source/portable/GCC/MicroBlazeV8/port_exceptions.c +++ b/Source/portable/GCC/MicroBlazeV8/port_exceptions.c @@ -135,7 +135,7 @@ extern void *pxCurrentTCB; /* First fill in the name and handle of the task that was in the Running state when the exception occurred. */ xRegisterDump.xCurrentTaskHandle = pxCurrentTCB; - xRegisterDump.pcCurrentTaskName = pcTaskGetTaskName( NULL ); + xRegisterDump.pcCurrentTaskName = pcTaskNameGet( NULL ); configASSERT( pulStackPointerOnFunctionEntry );