From: sof Date: Sat, 2 Mar 2002 17:46:03 +0000 (+0000) Subject: [project @ 2002-03-02 17:46:03 by sof] X-Git-Tag: Approx_11550_changesets_converted~2321 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ae231767cf5eec8fa095f22d2e3e12dce6a4876b;p=ghc-hetmet.git [project @ 2002-03-02 17:46:03 by sof] Add stg_ut_1_0_unreg_info proto (only) --- diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index 04fd500..cd3a998 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgMiscClosures.h,v 1.42 2002/01/26 18:02:05 rje Exp $ + * $Id: StgMiscClosures.h,v 1.43 2002/03/02 17:46:03 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -260,6 +260,8 @@ EF_(stg_gc_noregs); EI_(stg_gc_unpt_r1_info); EF_(stg_gc_unpt_r1); +EI_(stg_ut_1_0_unreg_info); + EI_(stg_gc_unbx_r1_info); EF_(stg_gc_unbx_r1);