[project @ 2001-05-24 15:01:33 by simonpj]
authorsimonpj <unknown>
Thu, 24 May 2001 15:01:33 +0000 (15:01 +0000)
committersimonpj <unknown>
Thu, 24 May 2001 15:01:33 +0000 (15:01 +0000)
wibble

ghc/compiler/nativeGen/StixPrim.lhs

index a035b83..38dfa3a 100644 (file)
@@ -69,7 +69,7 @@ rather than inheriting the calling convention of the thing which we're really
 calling.
 
 \begin{code}
-foreignCallCode lhs (CCall (CCallSpec (StaticTarget fn) cconv safety is_asm)) rhs
+foreignCallCode lhs (CCall (CCallSpec (StaticTarget fn) cconv safety)) rhs
   | not (playSafe safety) = returnUs (\xs -> ccall : xs)
 
   | otherwise