diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-01-17 15:13:04 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-12 01:57:27 -0500 |
commit | da7f74797e8c322006eba385c9cbdce346dd1d43 (patch) | |
tree | 79a69eed3aa18414caf76b02a5c8dc7c7e6d5f54 /includes | |
parent | f82a2f90ceda5c2bc74088fa7f6a7c8cb9c9756f (diff) | |
download | haskell-da7f74797e8c322006eba385c9cbdce346dd1d43.tar.gz |
Module hierarchy: ByteCode and Runtime (cf #13009)
Update haddock submodule
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/Bytecodes.h | 2 | ||||
-rw-r--r-- | includes/stg/MiscClosures.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/rts/Bytecodes.h b/includes/rts/Bytecodes.h index e5d55f694f..f7a0d6f151 100644 --- a/includes/rts/Bytecodes.h +++ b/includes/rts/Bytecodes.h @@ -17,7 +17,7 @@ /* NOTE: - THIS FILE IS INCLUDED IN HASKELL SOURCES (ghc/compiler/ghci/ByteCodeAsm.hs). + THIS FILE IS INCLUDED IN HASKELL SOURCES (ghc/compiler/GHC/ByteCode/Asm.hs). DO NOT PUT C-SPECIFIC STUFF IN HERE! I hope that's clear :-) diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index 0843b95b37..e69e28ecaf 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -72,7 +72,7 @@ RTS_RET(stg_restore_cccs_eval); // RTS_FUN(stg_interp_constr6_entry); // RTS_FUN(stg_interp_constr7_entry); // -// This is referenced using the FFI in the compiler (ByteCodeItbls), +// This is referenced using the FFI in the compiler (GHC.ByteCode.InfoTable), // so we can't give it the correct type here because the prototypes // would clash (FFI references are always declared with type StgWord[] // in the generated C code). |