From: sewardj Date: Thu, 6 Dec 2001 13:05:03 +0000 (+0000) Subject: [project @ 2001-12-06 13:05:03 by sewardj] X-Git-Tag: Approximately_9120_patches~448 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1c581676ab382dd3e81802f0e2a6491a7009129d;p=ghc-hetmet.git [project @ 2001-12-06 13:05:03 by sewardj] Remove out-of-date ASSERT in deRefStablePtr_fast. --- diff --git a/ghc/rts/PrimOps.hc b/ghc/rts/PrimOps.hc index 46ad653..083031a 100644 --- a/ghc/rts/PrimOps.hc +++ b/ghc/rts/PrimOps.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.hc,v 1.86 2001/12/05 17:35:15 sewardj Exp $ + * $Id: PrimOps.hc,v 1.87 2001/12/06 13:05:03 sewardj Exp $ * * (c) The GHC Team, 1998-2000 * @@ -1357,7 +1357,6 @@ FN_(deRefStablePtrzh_fast) StgStablePtr sp; FB_ sp = (StgStablePtr)R1.w; - ASSERT(stable_ptr_table[(StgWord)sp].weight > 0); r = stable_ptr_table[(StgWord)sp].addr; RET_P(r); FE_