projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb619b
)
rtasm: Silence gnu_printf format warnings.
author
Vinson Lee
<vlee@vmware.com>
Fri, 26 Mar 2010 21:59:06 +0000
(14:59 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 26 Mar 2010 21:59:06 +0000
(14:59 -0700)
src/gallium/auxiliary/rtasm/rtasm_x86sse.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
index f675427d987b51e08440e5a433c914aeba389887..7595214bdf25ee5a610a1282789c1abe5fd82721 100644
(file)
--- 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% 15
s ", p->csr - p->store, foo ); \
+ debug_printf( "\n%
4x %14
s ", p->csr - p->store, foo ); \
} while (0)
#define DUMP_I( I ) do { \