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
7b6d2eb6
Commit
7b6d2eb6
authored
Mar 14, 1997
by
sof
Browse files
[project @ 1997-03-14 04:55:44 by sof]
Nil_closure renamed
parent
85bea762
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/runtime/main/StgOverflow.lc
View file @
7b6d2eb6
...
...
@@ -158,7 +158,7 @@ P_ frame;
/* Urgh. Two queues. Merge them. */
P_ tso = (P_) BQ_ENTRIES(updatee_keep);
while (TSO_LINK(tso) != Prel
ud
e_Z91Z93_closure)
while (TSO_LINK(tso) != Prel
Bas
e_Z91Z93_closure)
tso = TSO_LINK(tso);
TSO_LINK(tso) = (P_) BQ_ENTRIES(updatee_bypass);
...
...
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