diff options
Diffstat (limited to 'compiler/GHC/Cmm/Info.hs')
-rw-r--r-- | compiler/GHC/Cmm/Info.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/GHC/Cmm/Info.hs b/compiler/GHC/Cmm/Info.hs index 1c6dc351b8..d0397c8172 100644 --- a/compiler/GHC/Cmm/Info.hs +++ b/compiler/GHC/Cmm/Info.hs @@ -98,7 +98,7 @@ cmmToRawCmm logger profile cmms -- <normal forward rest of StgInfoTable> -- <forward variable part> -- --- See includes/rts/storage/InfoTables.h +-- See rts/include/rts/storage/InfoTables.h -- -- For return-points these are as follows -- @@ -371,7 +371,7 @@ mkLivenessBits platform liveness lits = mkWordCLit platform (fromIntegral n_bits) : map (mkStgWordCLit platform) bitmap -- The first word is the size. The structure must match - -- StgLargeBitmap in includes/rts/storage/InfoTable.h + -- StgLargeBitmap in rts/include/rts/storage/InfoTable.h ------------------------------------------------------------------------- -- @@ -381,7 +381,7 @@ mkLivenessBits platform liveness -- The standard bits of an info table. This part of the info table -- corresponds to the StgInfoTable type defined in --- includes/rts/storage/InfoTables.h. +-- rts/include/rts/storage/InfoTables.h. -- -- Its shape varies with ticky/profiling/tables next to code etc -- so we can't use constant offsets from Constants |