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
1a12bf6f
Commit
1a12bf6f
authored
Mar 14, 1997
by
sof
Browse files
[project @ 1997-03-14 05:01:26 by sof]
Nil_closure renamed
parent
9736b607
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
ghc/runtime/main/StgUpdate.lhc
View file @
1a12bf6f
...
...
@@ -27,7 +27,7 @@ System-wide constants need to be included:
#endif
#endif
EXTDATA(Prel
ud
e_Z91Z93_closure);
EXTDATA(Prel
Bas
e_Z91Z93_closure);
#if defined(TICKY_TICKY)
void PrintTickyInfo(STG_NO_ARGS);
...
...
@@ -135,7 +135,7 @@ STGFUN(BH_UPD_entry)
STGCALL3(void,(),GranSimBlock,CurrentTSO,CurrentProc,Node);
# endif
TSO_LINK(CurrentTSO) = Prel
ud
e_Z91Z93_closure;
TSO_LINK(CurrentTSO) = Prel
Bas
e_Z91Z93_closure;
SET_INFO_PTR(Node, BQ_info);
BQ_ENTRIES(Node) = (W_) CurrentTSO;
...
...
@@ -170,7 +170,7 @@ STGFUN(BH_UPD_entry)
# endif
# if defined(GRAN)
/* CurrentTSO = Prel
ud
e_Z91Z93_closure; */
/* CurrentTSO = Prel
Bas
e_Z91Z93_closure; */
ReSchedule(SAME_THREAD);
# else
ReSchedule(0);
...
...
ghc/runtime/main/Threads.lc
View file @
1a12bf6f
This diff is collapsed.
Click to expand it.
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