From: simonmar Date: Fri, 26 May 2000 08:42:59 +0000 (+0000) Subject: [project @ 2000-05-26 08:42:59 by simonmar] X-Git-Tag: Approximately_9120_patches~4372 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5b7014888803faefda0251e54f96373f6d089358;p=ghc-hetmet.git [project @ 2000-05-26 08:42:59 by simonmar] Add missing AP_UPD case in THUNK_SELECTOR. --- diff --git a/ghc/rts/GC.c b/ghc/rts/GC.c index 5ad4d54..0d2872b 100644 --- a/ghc/rts/GC.c +++ b/ghc/rts/GC.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: GC.c,v 1.82 2000/05/23 13:57:53 simonmar Exp $ + * $Id: GC.c,v 1.83 2000/05/26 08:42:59 simonmar Exp $ * * (c) The GHC Team 1998-1999 * @@ -1456,6 +1456,7 @@ loop: selectee = ((StgEvacuated *)selectee)->evacuee; goto selector_loop; + case AP_UPD: case THUNK: case THUNK_1_0: case THUNK_0_1: