2007-09-06 Joel Sherrill <joel.sherrill@oarcorp.com>

* mpc6xx/mmu/pte121.c: Fix warning.
This commit is contained in:
Joel Sherrill
2007-09-06 22:28:23 +00:00
parent d1b3c44037
commit 9af457f4d7
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2007-09-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* mpc6xx/mmu/pte121.c: Fix warning.
2007-08-06 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* Makefile.am, mpc83xx/i2c/mpc83xx_i2cdrv.c:

View File

@@ -183,7 +183,7 @@ seg2vsid (uint32_t ea)
/* Horrible Macros */
#ifdef __rtems__
/* must not use printf until multitasking is up */
typedef void (*PrintF) (char *, ...);
typedef void (*PrintF) (const char *, ...);
static PrintF
whatPrintf (void)
{