Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
1e5d0937
Commit
1e5d0937
authored
Apr 20, 2001
by
sewardj
Browse files
[project @ 2001-04-20 14:54:37 by sewardj]
merge rev 1.45.2.1
parent
224247ca
Changes
1
Show whitespace changes
Inline
Side-by-side
ghc/compiler/absCSyn/CLabel.lhs
View file @
1e5d0937
%
% (c) The GRASP/AQUA Project, Glasgow University, 1992-1998
%
% $Id: CLabel.lhs,v 1.4
5
2001/0
2
/2
8 00:01:01 qrczak
Exp $
% $Id: CLabel.lhs,v 1.4
6
2001/0
4
/2
0 14:54:37 sewardj
Exp $
%
\section[CLabel]{@CLabel@: Information to make C Labels}
...
...
@@ -48,6 +48,7 @@ module CLabel (
mkCharlikeClosureLabel,
mkIntlikeClosureLabel,
mkMAP_FROZEN_infoLabel,
mkEMPTY_MVAR_infoLabel,
mkTopTickyCtrLabel,
mkBlackHoleInfoTableLabel,
...
...
@@ -253,6 +254,7 @@ mkMainRegTableLabel = RtsLabel RtsMainRegTable
mkCharlikeClosureLabel = RtsLabel (Rts_Closure "stg_CHARLIKE_closure")
mkIntlikeClosureLabel = RtsLabel (Rts_Closure "stg_INTLIKE_closure")
mkMAP_FROZEN_infoLabel = RtsLabel (Rts_Info "stg_MUT_ARR_PTRS_FROZEN_info")
mkEMPTY_MVAR_infoLabel = RtsLabel (Rts_Info "stg_EMPTY_MVAR_info")
mkTopTickyCtrLabel = RtsLabel RtsTopTickyCtr
mkBlackHoleInfoTableLabel = RtsLabel (RtsBlackHoleInfoTbl SLIT("stg_BLACKHOLE_info"))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment