summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-03-26 14:59:06 -0700
committerVinson Lee <vlee@vmware.com>2010-03-26 14:59:06 -0700
commite9a25089f92e0cce6f72ba5e1a6c2036825290d5 (patch)
treeaf8a71563aa652584c02ac3ba6135fb6bcdb1844 /src/gallium/auxiliary/rtasm/rtasm_x86sse.c
parentfeb619b7705897ca723e8fe728f739932f743327 (diff)
rtasm: Silence gnu_printf format warnings.
Diffstat (limited to 'src/gallium/auxiliary/rtasm/rtasm_x86sse.c')
-rw-r--r--src/gallium/auxiliary/rtasm/rtasm_x86sse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
index f675427d98..7595214bdf 100644
--- a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
+++ b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
@@ -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 { \