2007-03-26 Joel Sherrill <joel@OARcorp.com>

* sp35/priinv.c: Remove warning.
This commit is contained in:
Joel Sherrill
2007-03-26 22:58:09 +00:00
parent 0061ef98db
commit f588903f12
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-03-26 Joel Sherrill <joel@OARcorp.com>
* sp35/priinv.c: Remove warning.
2007-03-10 Joel Sherrill <joel@OARcorp.com>
* sp26/system.h: Remove incorrect and duplicate

View File

@@ -82,7 +82,7 @@ const char *CallerName()
#if defined(TEST_ON_RTEMS_45)
TempName.u = *(uint32_t *)_Thread_Executing->Object.name;
#else
TempName.u = _Thread_Executing->Object.name;
TempName.u = (uint32_t) _Thread_Executing->Object.name;
#endif
sprintf( buffer, "%c%c%c%c -- %d",
TempName.c[0], TempName.c[1], TempName.c[2], TempName.c[3],