Fix build on x86_64
authorSimon Marlow <simonmar@microsoft.com>
Mon, 16 Oct 2006 11:20:45 +0000 (11:20 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 16 Oct 2006 11:20:45 +0000 (11:20 +0000)
compiler/cmm/PprC.hs

index de5bf0a..90599d7 100644 (file)
@@ -56,6 +56,10 @@ import Data.Array.ST
 #endif
 import Control.Monad.ST
 
+#if x86_64_TARGET_ARCH
+import StaticFlags     ( opt_Unregisterised )
+#endif
+
 -- --------------------------------------------------------------------------
 -- Top level