Mesa (gallium-0.1): rtasm: fix debug build

Keith Whitwell keithw at kemper.freedesktop.org
Mon Oct 6 10:54:39 UTC 2008


Module: Mesa
Branch: gallium-0.1
Commit: 7053f8c902e904495dffbbf6ea55f414cec780e7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7053f8c902e904495dffbbf6ea55f414cec780e7

Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Oct  6 11:54:22 2008 +0100

rtasm: fix debug build

---

 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 cc5871f..dd26d4d 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);




More information about the mesa-commit mailing list