summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 cc5871f873..dd26d4d9ed 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);