mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
util: Fix x86_64 build.
This commit is contained in:
parent
346e127732
commit
8d72caea3f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue