Skip to content
Snippets Groups Projects
Commit 445839c5 authored by sof's avatar sof
Browse files

[project @ 1997-10-23 18:26:26 by sof]

One square bracket too many
parent caf0846c
No related merge requests found
......@@ -83,7 +83,7 @@ codeGen mod_name (local_CCs, extern_CCs) import_names gen_tycons tycon_specs stg
mkAbstractCs [
mkAbstractCs [mkAbstractCs (map (CCostCentreDecl True) local_CCs),
mkAbstractCs (map (CCostCentreDecl False) extern_CCs),
mkCcRegister local_CCs import_names]],
mkCcRegister local_CCs import_names],
genStaticConBits cinfo gen_tycons tycon_specs,
initC cinfo (cgTopBindings maybe_split stg_pgm) ]
where
......
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