Changeset 962904c in rtems
- Timestamp:
- 09/23/22 06:37:23 (6 months ago)
- Branches:
- master
- Children:
- acf1e5b2
- Parents:
- 74a78fb
- git-author:
- Sebastian Huber <sebastian.huber@…> (09/23/22 06:37:23)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (09/23/22 06:37:59)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/shared/start/bspfatal-default.c
r74a78fb r962904c 154 154 _Thread_Get_name( executing, name, sizeof( name ) ); 155 155 printk( 156 "executing thread ID: 0x 08%" PRIx32 "\n"156 "executing thread ID: 0x%08" PRIx32 "\n" 157 157 "executing thread name: %s\n", 158 158 executing->Object.id,
Note: See TracChangeset
for help on using the changeset viewer.