[Git][ghc/ghc][wip/T19078] Apply 1 suggestion(s) to 1 file(s)
Ben Gamari
gitlab at gitlab.haskell.org
Wed Dec 16 19:46:20 UTC 2020
Ben Gamari pushed to branch wip/T19078 at Glasgow Haskell Compiler / GHC
Commits:
d2dfb7b9 by Ben Gamari at 2020-12-16T14:46:18-05:00
Apply 1 suggestion(s) to 1 file(s)
- - - - -
1 changed file:
- rts/eventlog/EventLog.c
Changes:
=====================================
rts/eventlog/EventLog.c
=====================================
@@ -591,7 +591,7 @@ static bool
startEventLogging_(void)
{
initEventLogWriter();
-
+ASSERT(eventBuf.begin == eventBuf.pos);
postHeaderEvents();
// Flush capEventBuf with header.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d2dfb7b918cc49df021c56fffce79c372045b862
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d2dfb7b918cc49df021c56fffce79c372045b862
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/20201216/a4e62fad/attachment.html>
More information about the ghc-commits
mailing list