NCG: Validate fixes for x86-linux
[ghc-hetmet.git] / compiler / nativeGen / X86 / Regs.hs
index 87564b8..5db3ab1 100644 (file)
@@ -66,6 +66,7 @@ import FastBool
 
 #if  defined(i386_TARGET_ARCH) || defined(x86_64_TARGET_ARCH)
 import Constants
+import Outputable      (ppr, pprPanic)
 #endif