forked from Imagelibrary/rtems
2002-10-24 Fabrizio Pirovano <pirovano.thysys@tiscalinet.it>
* capture/capture.c, monitor/mon-manager.c, stackchk/check.c: Patch to remove problems introduced by object name rework.
This commit is contained in:
@@ -314,7 +314,7 @@ void Stack_check_report_blown_task(void)
|
||||
"BLOWN STACK!!! Offending task(%p): id=0x%08x; name=0x%08x",
|
||||
running,
|
||||
running->Object.id,
|
||||
*(unsigned32 *)running->Object.name
|
||||
(unsigned32)running->Object.name
|
||||
);
|
||||
fflush(stderr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user