cvs commit: fptools/ghc/rts Schedule.c

Simon Marlow simonmar@glass.cse.ogi.edu
Mon, 13 Nov 2000 06:42:16 -0800


simonmar    2000/11/13 06:42:16 PST

  Modified files:
    ghc/rts              Schedule.c 
  Log:
  Set tso->link to END_TSO_QUEUE in resumeThread.  This is probably
  harmless, but it can trigger an assertion failure later on in the
  scheduler.
  
  Revision  Changes    Path
  1.82      +2 -1      fptools/ghc/rts/Schedule.c