[Git][ghc/ghc][wip/tsan/codegen] squash
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed Nov 16 17:34:08 UTC 2022
Ben Gamari pushed to branch wip/tsan/codegen at Glasgow Haskell Compiler / GHC
Commits:
fce117dc by Ben Gamari at 2022-11-16T12:34:01-05:00
squash
- - - - -
1 changed file:
- rts/sm/NonMoving.c
Changes:
=====================================
rts/sm/NonMoving.c
=====================================
@@ -928,9 +928,9 @@ static void nonmovingMarkWeakPtrList(MarkQueue *mark_queue, StgWeak *dead_weak_p
// Mark the value and finalizer since they will be needed regardless of
// whether we find the weak is live.
if (w->cfinalizers != &stg_NO_FINALIZER_closure) {
- markQueuePushClosureGC(queue, w->value);
+ markQueuePushClosureGC(mark_queue, w->value);
}
- markQueuePushClosureGC(queue, w->finalizer);
+ markQueuePushClosureGC(mark_queue, w->finalizer);
}
}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fce117dc80369a6f7d4155c290cb764064ebb040
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fce117dc80369a6f7d4155c290cb764064ebb040
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221116/a868790d/attachment-0001.html>
More information about the ghc-commits
mailing list