[project @ 2001-05-22 16:45:41 by qrczak]
[ghc-hetmet.git] / ghc / compiler / nativeGen / MachCode.lhs
index 69aceae..e509666 100644 (file)
@@ -2344,7 +2344,7 @@ register allocator.
 \begin{code}
 genCCall
     :: FAST_STRING     -- function to call
-    -> CallConv
+    -> CCallConv
     -> PrimRep         -- type of the result
     -> [StixTree]      -- arguments (of mixed type)
     -> NatM InstrBlock