X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FException.hc;h=a62f62e006b4ba3914a2578f3a93a4806eabff4d;hb=7a236a564b90cd060612e1e979ce7d552da61fa1;hp=fea85dd88e9d31b373ef76ea4b0e142e4ad203ff;hpb=efbac4137aea853ab5ac0b651cfd7c6b591904f6;p=ghc-hetmet.git diff --git a/ghc/rts/Exception.hc b/ghc/rts/Exception.hc index fea85dd..a62f62e 100644 --- a/ghc/rts/Exception.hc +++ b/ghc/rts/Exception.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Exception.hc,v 1.26 2002/12/11 15:36:42 simonmar Exp $ + * $Id: Exception.hc,v 1.27 2003/05/14 09:13:59 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -280,7 +280,7 @@ CATCH_FRAME_ENTRY_TEMPLATE(stg_catch_frame_7_ret,RET_VEC(Sp[SP_OFF],7)); VEC_POLY_INFO_TABLE(stg_catch_frame, \ MK_SMALL_BITMAP(CATCH_FRAME_WORDS, CATCH_FRAME_BITMAP), \ - NULL/*srt*/, 0/*srt_off*/, 0/*srt_len*/, CATCH_FRAME,, EF_); + NULL/*srt*/, 0/*srt_off*/, 0/*srt_bitmap*/, CATCH_FRAME,, EF_); /* ----------------------------------------------------------------------------- * The catch infotable