replaced register names by Coldfire macros.

updated comments
This commit is contained in:
Markus Fröschle
2012-10-26 15:06:54 +00:00
parent f0c79272d8
commit 89fed7fd6e
2 changed files with 125 additions and 45 deletions

View File

@@ -234,7 +234,6 @@ static void doprnt(void (*addchar)(int), const char *sfmt, va_list ap)
hash = 1;
fmt = 'x';
/* no break */
/*FALLTHROUGH*/
case 'o':
case 'x':
case 'u':