From 6ee03ad09cff73dc73a9395a7de5a25043d7e9d5 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 14 Nov 2000 12:53:29 +0000 Subject: [PATCH] [project @ 2000-11-14 12:53:29 by simonmar] wibble --- ghc/rts/Exception.hc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/Exception.hc b/ghc/rts/Exception.hc index fecdd60..688ef58 100644 --- a/ghc/rts/Exception.hc +++ b/ghc/rts/Exception.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Exception.hc,v 1.16 2000/11/14 12:52:55 simonmar Exp $ + * $Id: Exception.hc,v 1.17 2000/11/14 12:53:29 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -282,7 +282,7 @@ VEC_POLY_INFO_TABLE(stg_catch_frame, CATCH_FRAME_BITMAP, NULL/*srt*/, 0/*srt_off * It is used in deleteThread when reverting blackholes. * -------------------------------------------------------------------------- */ -INFO_TABLE(stg_catch_info,catch_entry,2,0,FUN,,EF_,0,0); +INFO_TABLE(stg_catch_info,stg_catch_entry,2,0,FUN,,EF_,0,0); STGFUN(stg_catch_entry) { FB_ -- 1.7.10.4