rtasm: Silence gnu_printf format warnings.

This commit is contained in:
Vinson Lee 2010-03-26 14:59:06 -07:00
parent feb619b770
commit e9a25089f9

View file

@ -87,7 +87,7 @@ void x86_print_reg( struct x86_reg reg )
foo++; \
if (*foo) \
foo++; \
debug_printf( "\n% 4x% 15s ", p->csr - p->store, foo ); \
debug_printf( "\n%4x %14s ", p->csr - p->store, foo ); \
} while (0)
#define DUMP_I( I ) do { \