Skip to content
Snippets Groups Projects
Commit 2726167b authored by sof's avatar sof
Browse files

[project @ 1998-11-09 17:51:30 by sof]

fixed _casm_ ppr glitch
parent a73c4059
No related merge requests found
......@@ -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_ "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment