Merge in new code generator branch.
[ghc-hetmet.git] / compiler / nativeGen / NCGMonad.hs
index 8b9629b..2a73768 100644 (file)
@@ -120,7 +120,7 @@ addImportNat imp
 getBlockIdNat :: NatM BlockId
 getBlockIdNat 
  = do  u <- getUniqueNat
-       return (BlockId u)
+       return (mkBlockId u)
 
 
 getNewLabelNat :: NatM CLabel