diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/nativeGen/X86/Regs.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nativeGen/X86/Regs.hs b/compiler/nativeGen/X86/Regs.hs index 2a1c6fa5ab..280db842d4 100644 --- a/compiler/nativeGen/X86/Regs.hs +++ b/compiler/nativeGen/X86/Regs.hs @@ -63,7 +63,7 @@ import FastTypes import FastBool -#if defined(i386_TARGET_ARCH) || defined(x86_64_TARGET_ARCH) +#if defined(i386_TARGET_ARCH) || defined(x86_64_TARGET_ARCH) || defined(powerpc_TARGET_ARCH) import Constants #endif |