Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
3aa6eac7
Commit
3aa6eac7
authored
Mar 14, 1997
by
sof
Browse files
[project @ 1997-03-14 04:59:18 by sof]
Nil_closure renamed
parent
7b6d2eb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/runtime/main/StgStartup.lhc
View file @
3aa6eac7
...
...
@@ -363,7 +363,7 @@ STGFUN(ErrorIO_innards)
*SpA = (P_) WorldStateToken_closure;
STKO_LINK(StkOReg) = Prel
ud
e_Z91Z93_closure;
STKO_LINK(StkOReg) = Prel
Bas
e_Z91Z93_closure;
STKO_RETURN(StkOReg) = NULL;
#ifdef TICKY_TICKY
...
...
@@ -604,14 +604,15 @@ STGFUN(startCcRegisteringWorld)
JMP_(_regMain);
FE_
}
CC_DECLARE(CC_CAFs, "CAFs_in_...", "PRELUDE", "PRELUDE", CC_IS_CAF,
/
*not static*
/
);
CC_DECLARE(CC_DICTs, "DICTs_in_...", "PRELUDE", "PRELUDE", CC_IS_DICT,
/
*not static*
/
);
/* SOF: Prelude supplies these for you
CC_DECLARE(CC_CAFs, "CAFs_in_...", "PRELUDE", "PRELUDE", CC_IS_CAF,*not static*);
CC_DECLARE(CC_DICTs, "DICTs_in_...", "PRELUDE", "PRELUDE", CC_IS_DICT,*not static*);
START_REGISTER_PRELUDE(_regPrelude);
REGISTER_CC(CC_CAFs);
REGISTER_CC(CC_DICTs);
END_REGISTER_CCS()
*/
\end{code}
We also need cost centre declarations and registering routines for other
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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