summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-10-06 11:54:22 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-10-06 11:54:22 +0100
commit7053f8c902e904495dffbbf6ea55f414cec780e7 (patch)
tree26e33f3c9baa534d943d9276f032c609c18b0406
parent53d4706c6c0922160f310834daaec5718ff1c511 (diff)
rtasm: fix debug build
-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 cc5871f873f..dd26d4d9ed2 100644
--- a/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
+++ b/src/gallium/auxiliary/rtasm/rtasm_x86sse.c
@@ -657,7 +657,7 @@ void sse_movntps( struct x86_function *p,
struct x86_reg dst,
struct x86_reg src)
{
- DUMP_RR( dst, reg );
+ DUMP_RR( dst, src );
assert(dst.mod != mod_REG);
assert(src.mod == mod_REG);