Skip to content
Snippets Groups Projects
Commit 3e5d7e36 authored by sof's avatar sof
Browse files

[project @ 1997-09-04 20:17:59 by sof]

ppr wibble
parent 75ae6b53
Branches wip/T19847
No related tags found
No related merge requests found
......@@ -83,8 +83,8 @@ writeRealAsm :: Handle -> AbstractC -> UniqSupply -> IO ()
writeRealAsm handle absC us
= _scc_ "writeRealAsm" (printDoc LeftMode handle (runNCG absC us))
dumpRealAsm :: AbstractC -> UniqSupply -> String
dumpRealAsm absC us = show (runNCG absC us)
dumpRealAsm :: AbstractC -> UniqSupply -> Doc
dumpRealAsm = runNCG
runNCG absC
= genCodeAbstractC absC `thenUs` \ treelists ->
......
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