projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
346e127
)
util: Fix x86_64 build.
author
José Fonseca
<jfonseca@vmware.com>
Wed, 1 Apr 2009 21:05:07 +0000
(22:05 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 1 Apr 2009 21:05:07 +0000
(22:05 +0100)
src/gallium/auxiliary/util/u_debug_symbol.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_debug_symbol.c
b/src/gallium/auxiliary/util/u_debug_symbol.c
index 7036f6bf9687d1564a9d31b4ee02d7c0126e2a5d..811931f81b009e8e1010b67a614b903db92377c4 100644
(file)
--- 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