Mesa (master): util: Fix x86_64 build.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Apr 1 21:05:16 UTC 2009


Module: Mesa
Branch: master
Commit: 8d72caea3f10a26e4b11a522f4f973ce61f95127
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d72caea3f10a26e4b11a522f4f973ce61f95127

Author: José Fonseca <jfonseca at vmware.com>
Date:   Wed Apr  1 22:05:07 2009 +0100

util: Fix x86_64 build.

---

 src/gallium/auxiliary/util/u_debug_symbol.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/util/u_debug_symbol.c b/src/gallium/auxiliary/util/u_debug_symbol.c
index 7036f6b..811931f 100644
--- a/src/gallium/auxiliary/util/u_debug_symbol.c
+++ b/src/gallium/auxiliary/util/u_debug_symbol.c
@@ -241,7 +241,7 @@ debug_symbol_print_imagehlp(const void *addr)
 void
 debug_symbol_print(const void *addr)
 {
-#if defined(PIPE_SUBSYSTEM_WINDOWS_USER)
+#if defined(PIPE_SUBSYSTEM_WINDOWS_USER) && defined(PIPE_ARCH_X86)
    if(debug_symbol_print_imagehlp(addr))
       return;
 #endif




More information about the mesa-commit mailing list