Skip to content
Snippets Groups Projects
Commit 3019b95e authored by Julian Seward's avatar Julian Seward
Browse files

[project @ 2000-04-03 13:05:52 by sewardj]

When generating native code, print the final result with printForAsm
rather than printForUser.  Why the former ever worked beats me.
parent 7558fd1e
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ codeOutput mod_name tycons classes stg_binds c_code h_code flat_abstractC ncg_un
#ifndef OMIT_NATIVE_CODEGEN
let
(stix_final, ncg_output_d) = nativeCodeGen flat_absC_ncg ncg_uniqs
ncg_output_w = (\ f -> printForUser f ncg_output_d)
ncg_output_w = (\ f -> printForAsm f ncg_output_d)
in
dumpIfSet opt_D_dump_stix "Final stix code" stix_final >>
dumpIfSet opt_D_dump_asm "Asm code" ncg_output_d >>
......
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