[Git][ghc/ghc][wip/ghc-debug] Fix Haddock for EndTSOQueue
Sven Tennie
gitlab at gitlab.haskell.org
Mon Jul 20 09:14:44 UTC 2020
Sven Tennie pushed to branch wip/ghc-debug at Glasgow Haskell Compiler / GHC
Commits:
737bf2e0 by Sven Tennie at 2020-07-20T11:14:32+02:00
Fix Haddock for EndTSOQueue
- - - - -
1 changed file:
- libraries/ghc-heap/GHC/Exts/Heap/Closures.hs
Changes:
=====================================
libraries/ghc-heap/GHC/Exts/Heap/Closures.hs
=====================================
@@ -285,8 +285,8 @@ data GenClosure b
, tot_stack_size :: Word32
, prof :: Maybe StgTSOProfInfo
}
--- | Marker for the end of TSO queues
--- Technically it has the same structure as an StgTSO, but most data isn't initialized.
+ -- | Marker for the end of TSO queues
+ -- Technically it has the same structure as an StgTSO, but most data isn't initialized.
| EndTSOQueue
{ info :: !StgInfoTable }
-- Representation of StgStack: The 'tsoStack' of a 'TSOClosure'.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/737bf2e083cfe55a329e5d29292fb3b311e36518
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/737bf2e083cfe55a329e5d29292fb3b311e36518
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/20200720/4bdd8fec/attachment-0001.html>
More information about the ghc-commits
mailing list