X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FUpdates.hc;h=e40dce93847d5f8fb8e97426f71c91137130d150;hb=d5d6e93324c5858581edfccf65d8ec8d5a7cb09e;hp=daecd2842b5a3e07d63c63899f412a10a218c2e5;hpb=375c33b1a5085313b91329d396fa7d9c703bee46;p=ghc-hetmet.git diff --git a/ghc/rts/Updates.hc b/ghc/rts/Updates.hc index daecd28..e40dce9 100644 --- a/ghc/rts/Updates.hc +++ b/ghc/rts/Updates.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Updates.hc,v 1.10 1999/03/18 17:57:24 simonm Exp $ + * $Id: Updates.hc,v 1.11 1999/03/22 11:26:03 simonm Exp $ * * (c) The GHC Team, 1998-1999 * @@ -640,7 +640,7 @@ FN_(raisezh_fast) break; case STOP_FRAME: - barf("raisezh_fast: STOP_FRAME"); + barf("uncaught exception"); default: barf("raisezh_fast: weird activation record");