From: sof Date: Fri, 14 Mar 1997 04:55:44 +0000 (+0000) Subject: [project @ 1997-03-14 04:55:44 by sof] X-Git-Tag: Approximately_1000_patches_recorded~799 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=7b6d2eb6a1fe93884af8ae630828db186b8ef844;p=ghc-hetmet.git [project @ 1997-03-14 04:55:44 by sof] Nil_closure renamed --- diff --git a/ghc/runtime/main/StgOverflow.lc b/ghc/runtime/main/StgOverflow.lc index a5f4e61..e792e0a 100644 --- a/ghc/runtime/main/StgOverflow.lc +++ b/ghc/runtime/main/StgOverflow.lc @@ -158,7 +158,7 @@ P_ frame; /* Urgh. Two queues. Merge them. */ P_ tso = (P_) BQ_ENTRIES(updatee_keep); - while (TSO_LINK(tso) != Prelude_Z91Z93_closure) + while (TSO_LINK(tso) != PrelBase_Z91Z93_closure) tso = TSO_LINK(tso); TSO_LINK(tso) = (P_) BQ_ENTRIES(updatee_bypass);