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
Glasgow Haskell Compiler
GHC
Commits
1ad39b52
Commit
1ad39b52
authored
Feb 17, 1999
by
simonm
Browse files
[project @ 1999-02-17 17:47:09 by simonm]
typo
parent
75a60703
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/GC.c
View file @
1ad39b52
/* -----------------------------------------------------------------------------
* $Id: GC.c,v 1.3
6
1999/02/17 17:
35:32
simonm Exp $
* $Id: GC.c,v 1.3
7
1999/02/17 17:
47:09
simonm Exp $
*
* (c) The GHC Team 1998-1999
*
...
...
@@ -399,7 +399,7 @@ void GarbageCollect(void (*get_roots)(void))
loop2:
for
(
gen
=
RtsFlags
.
GcFlags
.
generations
-
1
;
gen
>=
0
;
gen
--
)
{
for
(
st
=
generations
[
gen
].
n_steps
-
1
;
st
>=
0
;
st
--
)
{
if
(
gen
==
0
&&
st
ep
==
0
)
{
if
(
gen
==
0
&&
st
==
0
)
{
continue
;
}
step
=
&
generations
[
gen
].
steps
[
st
];
...
...
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