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
1c6ab1d8
Commit
1c6ab1d8
authored
Feb 26, 1999
by
simonm
Browse files
[project @ 1999-02-26 16:46:50 by simonm]
Back out accidental commits.
parent
892b9017
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Main.c
View file @
1c6ab1d8
/* -----------------------------------------------------------------------------
* $Id: Main.c,v 1.
4
1999/02/26 16:4
4:13
simonm Exp $
* $Id: Main.c,v 1.
5
1999/02/26 16:4
6:50
simonm Exp $
*
* (c) The GHC Team 1998-1999
*
...
...
@@ -68,8 +68,6 @@ int main(int argc, char *argv[])
case
Interrupted
:
/* carry on */
}
/* run all threads */
run_all_threads
();
shutdownHaskell
();
stg_exit
(
EXIT_SUCCESS
);
}
...
...
ghc/rts/Schedule.c
View file @
1c6ab1d8
/* -----------------------------------------------------------------------------
* $Id: Schedule.c,v 1.1
1
1999/02/26 16:4
4:13
simonm Exp $
* $Id: Schedule.c,v 1.1
2
1999/02/26 16:4
6:50
simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -315,14 +315,6 @@ void initScheduler(void)
enteredCAFs
=
END_CAF_LIST
;
}
void
run_all_threads
(
void
)
{
while
(
run_queue_hd
!=
END_TSO_QUEUE
)
{
schedule
(
run_queue_hd
,
NULL
);
}
}
/* -----------------------------------------------------------------------------
Main scheduling loop.
...
...
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