simonmar    2005/11/02 04:26:21 PST

  Modified files:
    ghc/rts              Schedule.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.269     +12 -8     fptools/ghc/rts/Schedule.c
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to