From 21443993d5b042f97927ab92b6b38a6ff365ed1e Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 12 Jul 2003 00:09:15 +0000 Subject: [PATCH] [project @ 2003-07-12 00:09:15 by sof] unblockThread: barf() string wibble --- ghc/rts/Schedule.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: -- 1.7.10.4