From 1c581676ab382dd3e81802f0e2a6491a7009129d Mon Sep 17 00:00:00 2001 From: sewardj Date: Thu, 6 Dec 2001 13:05:03 +0000 Subject: [PATCH] [project @ 2001-12-06 13:05:03 by sewardj] Remove out-of-date ASSERT in deRefStablePtr_fast. --- ghc/rts/PrimOps.hc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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_ -- 1.7.10.4