diff options
| -rw-r--r-- | src/mesa/drivers/dri/intel/intel_tex.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_tex.c b/src/mesa/drivers/dri/intel/intel_tex.c index f016b6b4dc..c110df478f 100644 --- a/src/mesa/drivers/dri/intel/intel_tex.c +++ b/src/mesa/drivers/dri/intel/intel_tex.c @@ -100,7 +100,7 @@ do_memcpy(void *dest, const void *src, size_t n)  } -#if DO_DEBUG +#if DO_DEBUG && !defined(__ia64__)  #ifndef __x86_64__  static unsigned @@ -232,7 +232,7 @@ intelInitTextureFuncs(struct dd_function_table *functions)     functions->UpdateTexturePalette = 0;     functions->IsTextureResident = intelIsTextureResident; -#if DO_DEBUG +#if DO_DEBUG && !defined(__ia64__)     if (INTEL_DEBUG & DEBUG_BUFMGR)        functions->TextureMemCpy = timed_memcpy;     else  | 
