From: sof Date: Sat, 12 Jul 2003 00:09:15 +0000 (+0000) Subject: [project @ 2003-07-12 00:09:15 by sof] X-Git-Tag: Approx_11550_changesets_converted~694 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=21443993d5b042f97927ab92b6b38a6ff365ed1e;p=ghc-hetmet.git [project @ 2003-07-12 00:09:15 by sof] unblockThread: barf() string wibble --- diff --git a/ghc/rts/Schedule.c b/ghc/rts/Schedule.c index 69af752..3ef1224 100644 --- a/ghc/rts/Schedule.c +++ b/ghc/rts/Schedule.c @@ -1,5 +1,5 @@ /* --------------------------------------------------------------------------- - * $Id: Schedule.c,v 1.171 2003/07/03 15:14:58 sof Exp $ + * $Id: Schedule.c,v 1.172 2003/07/12 00:09:15 sof Exp $ * * (c) The GHC Team, 1998-2000 * @@ -3144,7 +3144,7 @@ unblockThread(StgTSO *tso) goto done; } } - barf("unblockThread (I/O): TSO not found"); + barf("unblockThread (delay): TSO not found"); } default: @@ -3272,7 +3272,7 @@ unblockThread(StgTSO *tso) goto done; } } - barf("unblockThread (I/O): TSO not found"); + barf("unblockThread (delay): TSO not found"); } default: