mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 20:14:39 +08:00
@@ -153,7 +153,7 @@ void bsp_fatal_extension(
|
||||
|
||||
_Thread_Get_name( executing, name, sizeof( name ) );
|
||||
printk(
|
||||
"executing thread ID: 0x08%" PRIx32 "\n"
|
||||
"executing thread ID: 0x%08" PRIx32 "\n"
|
||||
"executing thread name: %s\n",
|
||||
executing->Object.id,
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user