From: Simon Marlow Date: Mon, 16 Oct 2006 11:20:45 +0000 (+0000) Subject: Fix build on x86_64 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8e7115fd48d87c44a262ce2349871be6b7b2ce81;hp=449b0be44b3bf53c7d817231df3e754278968440 Fix build on x86_64 --- diff --git a/compiler/cmm/PprC.hs b/compiler/cmm/PprC.hs index de5bf0a..90599d7 100644 --- a/compiler/cmm/PprC.hs +++ b/compiler/cmm/PprC.hs @@ -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