projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf0846
)
[project @ 1997-10-23 18:26:26 by sof]
author
sof
<unknown>
Thu, 23 Oct 1997 18:26:26 +0000
(18:26 +0000)
committer
sof
<unknown>
Thu, 23 Oct 1997 18:26:26 +0000
(18:26 +0000)
One square bracket too many
ghc/compiler/codeGen/CodeGen.lhs
patch
|
blob
|
history
diff --git
a/ghc/compiler/codeGen/CodeGen.lhs
b/ghc/compiler/codeGen/CodeGen.lhs
index
bd164e7
..
7f15145
100644
(file)
--- a/
ghc/compiler/codeGen/CodeGen.lhs
+++ b/
ghc/compiler/codeGen/CodeGen.lhs
@@
-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