Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
a1b4e3b8
Commit
a1b4e3b8
authored
Mar 24, 2006
by
Simon Marlow
Browse files
fix a warning
parent
4368121d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/GC.c
View file @
a1b4e3b8
...
...
@@ -818,7 +818,7 @@ GarbageCollect ( void (*get_roots)(evac_fn), rtsBool force_major_gc )
}
copied
+=
mut_list_size
;
IF_DEBUG
(
gc
,
debugBelch
(
"mut_list_size: %d (%d vars, %d arrays, %d others)
\n
"
,
mut_list_size
*
sizeof
(
W_
),
mutlist_MUTVARS
,
mutlist_MUTARRS
,
mutlist_OTHERS
));
IF_DEBUG
(
gc
,
debugBelch
(
"mut_list_size: %
l
d (%d vars, %d arrays, %d others)
\n
"
,
mut_list_size
*
sizeof
(
W_
),
mutlist_MUTVARS
,
mutlist_MUTARRS
,
mutlist_OTHERS
));
}
for
(
s
=
0
;
s
<
generations
[
g
].
n_steps
;
s
++
)
{
...
...
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