diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-01-06 15:44:08 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-01-06 15:44:08 +0000 |
commit | b55e7b53eb4af373764969ab9cfd5a4ef4bc9b8d (patch) | |
tree | ab592325fcf5b88664152100c7582b788bbc7267 /rts/ThreadPaused.c | |
parent | f31b2a4a57473ca78fe1b9a1b7cd11f22aeff87d (diff) | |
download | haskell-b55e7b53eb4af373764969ab9cfd5a4ef4bc9b8d.tar.gz |
cruft removal
Diffstat (limited to 'rts/ThreadPaused.c')
-rw-r--r-- | rts/ThreadPaused.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ThreadPaused.c b/rts/ThreadPaused.c index 2a3f355996..4882ab2374 100644 --- a/rts/ThreadPaused.c +++ b/rts/ThreadPaused.c @@ -74,7 +74,7 @@ stackSqueeze(StgTSO *tso, StgPtr bottom) * screw us up if we don't check. */ if (upd->updatee != updatee && !closure_IND(upd->updatee)) { - UPD_IND_NOLOCK(upd->updatee, updatee); + UPD_IND(upd->updatee, updatee); } // now mark this update frame as a stack gap. The gap |