rtasm: fix debug build
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 6 Oct 2008 10:54:22 +0000 (11:54 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 6 Oct 2008 10:54:22 +0000 (11:54 +0100)
src/gallium/auxiliary/rtasm/rtasm_x86sse.c

index cc5871f873fdb387237eb63eea6b6951a78bf6d7..dd26d4d9ed2971078869f02848245a2af3e3e748 100644 (file)
@@ -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);