diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-10-06 11:54:22 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-10-06 11:54:22 +0100 |
commit | 7053f8c902e904495dffbbf6ea55f414cec780e7 (patch) | |
tree | 26e33f3c9baa534d943d9276f032c609c18b0406 /src | |
parent | 53d4706c6c0922160f310834daaec5718ff1c511 (diff) |
rtasm: fix debug build
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/rtasm/rtasm_x86sse.c | 2 |
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); |