Skip to content

Commit

Permalink
[project @ 2005-11-24 10:41:57 by simonmar]
Browse files Browse the repository at this point in the history
wibble
  • Loading branch information
simonmar committed Nov 24, 2005
1 parent 2306321 commit 21f6b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghc/rts/Updates.h
Expand Up @@ -264,8 +264,8 @@ DEBUG_FILL_SLOP(StgClosure *p)
W_ bd; \
\
DEBUG_FILL_SLOP(p1); \
StgInd_indirectee(p1) = p2; \
LDV_RECORD_DEAD_FILL_SLOP_DYNAMIC(p1); \
StgInd_indirectee(p1) = p2; \
bd = Bdescr(p1); \
if (bdescr_gen_no(bd) != 0 :: CInt) { \
foreign "C" recordMutableCap(p1 "ptr", \
Expand Down

0 comments on commit 21f6b31

Please sign in to comment.