From: Keith Whitwell Date: Mon, 6 Oct 2008 10:54:22 +0000 (+0100) Subject: rtasm: fix debug build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7053f8c902e904495dffbbf6ea55f414cec780e7;p=mesa.git rtasm: fix debug build --- 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);