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:
9ad1b1c
)
[project @ 2000-03-24 10:43:33 by simonmar]
author
simonmar
<unknown>
Fri, 24 Mar 2000 10:43:33 +0000
(10:43 +0000)
committer
simonmar
<unknown>
Fri, 24 Mar 2000 10:43:33 +0000
(10:43 +0000)
fix parse error
ghc/compiler/nativeGen/AbsCStixGen.lhs
patch
|
blob
|
history
diff --git
a/ghc/compiler/nativeGen/AbsCStixGen.lhs
b/ghc/compiler/nativeGen/AbsCStixGen.lhs
index
5a73c8f
..
e5aa5f6
100644
(file)
--- a/
ghc/compiler/nativeGen/AbsCStixGen.lhs
+++ b/
ghc/compiler/nativeGen/AbsCStixGen.lhs
@@
-23,7
+23,7
@@
import SMRep ( fixedItblSize,
)
import Constants ( mIN_UPD_SIZE )
import CLabel ( CLabel, mkReturnInfoLabel, mkReturnPtLabel,
- mkClosureTblLabel, mkClosureLabel
+ mkClosureTblLabel, mkClosureLabel,
moduleRegdLabel )
import ClosureInfo ( infoTableLabelFromCI, entryLabelFromCI,
fastLabelFromCI, closureUpdReqd,