Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
3c9aa40f
Commit
3c9aa40f
authored
Sep 27, 2013
by
Simon Marlow
Browse files
comment update
parent
aab65608
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/sm/Scav.c
View file @
3c9aa40f
...
@@ -53,7 +53,7 @@ scavengeTSO (StgTSO *tso)
...
@@ -53,7 +53,7 @@ scavengeTSO (StgTSO *tso)
debugTrace
(
DEBUG_gc
,
"scavenging thread %d"
,(
int
)
tso
->
id
);
debugTrace
(
DEBUG_gc
,
"scavenging thread %d"
,(
int
)
tso
->
id
);
// update the pointer from the
Task
.
// update the pointer from the
InCall
.
if
(
tso
->
bound
!=
NULL
)
{
if
(
tso
->
bound
!=
NULL
)
{
tso
->
bound
->
tso
=
tso
;
tso
->
bound
->
tso
=
tso
;
}
}
...
...
Write
Preview
Markdown
is supported
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