summaryrefslogtreecommitdiff
path: root/rts/Disassembler.c
diff options
context:
space:
mode:
authorSylvain Henry <sylvain@haskus.fr>2020-01-17 15:13:04 +0100
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-02-12 01:57:27 -0500
commitda7f74797e8c322006eba385c9cbdce346dd1d43 (patch)
tree79a69eed3aa18414caf76b02a5c8dc7c7e6d5f54 /rts/Disassembler.c
parentf82a2f90ceda5c2bc74088fa7f6a7c8cb9c9756f (diff)
downloadhaskell-da7f74797e8c322006eba385c9cbdce346dd1d43.tar.gz
Module hierarchy: ByteCode and Runtime (cf #13009)
Update haddock submodule
Diffstat (limited to 'rts/Disassembler.c')
-rw-r--r--rts/Disassembler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Disassembler.c b/rts/Disassembler.c
index 01d6c3b1d9..d5593c8a07 100644
--- a/rts/Disassembler.c
+++ b/rts/Disassembler.c
@@ -324,7 +324,7 @@ disInstr ( StgBCO *bco, int pc )
/* Something of a kludge .. how do we know where the end of the insn
array is, since it isn't recorded anywhere? Answer: the first
short is the number of bytecodes which follow it.
- See ByteCodeGen.linkBCO.insns_arr for construction ...
+ See GHC.CoreToByteCode.linkBCO.insns_arr for construction ...
*/
void disassemble( StgBCO *bco )
{