[Git][ghc/ghc][wip/tsan/fixes] hi
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed Nov 23 03:57:19 UTC 2022
Ben Gamari pushed to branch wip/tsan/fixes at Glasgow Haskell Compiler / GHC
Commits:
f5296cf4 by Ben Gamari at 2022-11-22T22:57:14-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];
@@ -602,7 +602,7 @@ stg_block_readmvar_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];
@@ -630,7 +630,7 @@ stg_block_putmvar_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/f5296cf487d440baef1e2eab37ae36ecbde52878
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f5296cf487d440baef1e2eab37ae36ecbde52878
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/bc334734/attachment-0001.html>
More information about the ghc-commits
mailing list