Fix a haddock syntax error

This commit is contained in:
Tristan Ravitch 2017-01-04 13:27:51 -08:00
parent f758db30a6
commit 84689e9861

View File

@ -110,7 +110,7 @@ lookupBlock m lbl = do
-- | This describes why an address was marked as containing code.
data CodeAddrReason w
-- = LabelAddr !(SegmentedAddr w)
-- ^ Segmented address with start of block
-- Segmented address with start of block
= InWrite !(SegmentedAddr w)
-- ^ Exploring because the given block writes it to memory.
-- | ReturnAddress !(BlockLabel w)