[project @ 2005-11-02 12:26:21 by simonmar]
authorsimonmar <unknown>
Wed, 2 Nov 2005 12:26:21 +0000 (12:26 +0000)
committersimonmar <unknown>
Wed, 2 Nov 2005 12:26:21 +0000 (12:26 +0000)
commitd9dfeb2adeec6e538f4bbc603f0d856d22cb6bac
treec5bc10f583272c9db16363ed457bd590773f8010
parente30a37bc7bdb88e8a92696747b40a1f692284e0d
[project @ 2005-11-02 12:26:21 by simonmar]
scheduleHandleStackOverflow: fix bug in non-threaded RTS - if
(task->tso != NULL), then (task->tso) is not necessarily the TSO we
are running (in the threaded RTS it is).

Also fix a few non-threaded warnings while I'm here.
ghc/rts/Schedule.c