summaryrefslogtreecommitdiff
path: root/compiler/nativeGen/X86/Regs.hs
diff options
context:
space:
mode:
authorBen.Lippmeier@anu.edu.au <unknown>2009-02-15 06:23:21 +0000
committerBen.Lippmeier@anu.edu.au <unknown>2009-02-15 06:23:21 +0000
commit20c0e6ccf28b0961d2c5f6516b57e52fa2c13b33 (patch)
treef3c0afa976874ce7141ba8a7058038efff0db962 /compiler/nativeGen/X86/Regs.hs
parent17839aa386be663260622e5b86980e6fd9bb89a4 (diff)
downloadhaskell-20c0e6ccf28b0961d2c5f6516b57e52fa2c13b33.tar.gz
NCG: Validate fixes for x86-linux
Diffstat (limited to 'compiler/nativeGen/X86/Regs.hs')
-rw-r--r--compiler/nativeGen/X86/Regs.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nativeGen/X86/Regs.hs b/compiler/nativeGen/X86/Regs.hs
index 87564b860c..5db3ab1fa6 100644
--- a/compiler/nativeGen/X86/Regs.hs
+++ b/compiler/nativeGen/X86/Regs.hs
@@ -66,6 +66,7 @@ import FastBool
#if defined(i386_TARGET_ARCH) || defined(x86_64_TARGET_ARCH)
import Constants
+import Outputable (ppr, pprPanic)
#endif