[project @ 2005-01-27 18:38:21 by panne]
[ghc-hetmet.git] / ghc / includes / RtsConfig.h
index 1af4517..6529c4b 100644 (file)
@@ -54,7 +54,7 @@
  *
  * UNDEFINING THIS WON'T WORK ON ITS OWN.  You have been warned.
  */
-#if !defined(USE_MINIINTERPRETER) && !defined(ia64_TARGET_ARCH)
+#if !defined(USE_MINIINTERPRETER) && !defined(ia64_TARGET_ARCH) && !defined (powerpc64_TARGET_ARCH)
 #define TABLES_NEXT_TO_CODE
 #endif