diff --git a/ghc/compiler/prelude/PrimOp.lhs b/ghc/compiler/prelude/PrimOp.lhs index 836e8c46a36ed54ecd038888df6cb5b1850d1051..a9cc05c666657375152d4274a6e83203f4d0e43a 100644 --- a/ghc/compiler/prelude/PrimOp.lhs +++ b/ghc/compiler/prelude/PrimOp.lhs @@ -1996,7 +1996,7 @@ pprPrimOp (CCallOp fun is_casm may_gc cconv arg_tys res_ty) before | is_casm && may_gc = "_casm_GC_ ``" - | is_casm = "casm_ ``" + | is_casm = "_casm_ ``" | may_gc = "_ccall_GC_ " | otherwise = "_ccall_ "