Fix build on ia64.

This commit is contained in:
Adam Jackson
2008-02-15 14:56:32 -05:00
parent cf0d91ae1d
commit 49a3483756
+2 -2
View File
@@ -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