Add a panic to fix the build on amd64/Linux; to be fixed properly later
[ghc-hetmet.git] / compiler / nativeGen / X86 / Instr.hs
index cbf5179..23a6e06 100644 (file)
@@ -13,7 +13,8 @@ module X86.Instr
 where
 
 import BlockId
-import MachRegs
+import X86.Regs
+import RegsBase
 import Cmm
 import FastString
 
@@ -40,7 +41,7 @@ data Cond
        | OFLO
        | PARITY
        | NOTPARITY
-
+       deriving (Eq)
 
 
 -- -----------------------------------------------------------------------------