[Git][ghc/ghc][wip/tsan/fixes] hi
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed Nov 23 01:23:26 UTC 2022
Ben Gamari pushed to branch wip/tsan/fixes at Glasgow Haskell Compiler / GHC
Commits:
a1c60f10 by Ben Gamari at 2022-11-22T20:23:19-05:00
hi
- - - - -
1 changed file:
- rts/HeapStackCheck.cmm
Changes:
=====================================
rts/HeapStackCheck.cmm
=====================================
@@ -574,7 +574,7 @@ stg_block_takemvar_finally
W_ r1, r3;
r1 = R1;
r3 = R3;
- unlockClosure(R3, stg_MVAR_DIRTY_info);
+ unlockClosure(r3, stg_MVAR_DIRTY_info);
R1 = r1;
R3 = r3;
jump StgReturn [R1];
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a1c60f10ae3746fd6379bda0f90ca2ee34858ddf
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a1c60f10ae3746fd6379bda0f90ca2ee34858ddf
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/20221122/675e83b8/attachment-0001.html>
More information about the ghc-commits
mailing list