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
Alex D
GHC
Commits
9b6f3526
Commit
9b6f3526
authored
May 25, 2010
by
Simon Marlow
Browse files
fix warning
parent
9de55417
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/Sparks.c
View file @
9b6f3526
...
...
@@ -209,7 +209,7 @@ pruneSparkQueue (Capability *cap)
cap
->
sparks_pruned
++
;
}
}
else
if
(
HEAP_ALLOCED
(
spark
)
&&
(
Bdescr
(
spark
)
->
flags
&
BF_EVACUATED
))
{
(
Bdescr
(
(
P_
)
spark
)
->
flags
&
BF_EVACUATED
))
{
if
(
closure_SHOULD_SPARK
(
spark
))
{
elements
[
botInd
]
=
spark
;
// keep entry (new address)
botInd
++
;
...
...
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