mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
rtasm: Silence gnu_printf format warnings.
This commit is contained in:
parent
feb619b770
commit
e9a25089f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 { \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue