Skip to content

Commit

Permalink
Fix build on x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Marlow committed Oct 16, 2006
1 parent 449b0be commit 8e7115f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compiler/cmm/PprC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8e7115f

Please sign in to comment.