Jaro Reinders pushed to branch wip/lifted-primitive-bytearray at Glasgow Haskell Compiler / GHC Commits: 443d8e86 by Jaro Reinders at 2026-06-08T16:36:49+02:00 Fix error - - - - - 1 changed file: - rts/include/stg/MiscClosures.h Changes: ===================================== rts/include/stg/MiscClosures.h ===================================== @@ -134,6 +134,7 @@ RTS_ENTRY(stg_TSO); RTS_ENTRY(stg_STACK); RTS_ENTRY(stg_RUBBISH_ENTRY); RTS_ENTRY(stg_ARR_WORDS); +RTS_ENTRY(stg_ARR_WORDS_LIFTED); RTS_ENTRY(stg_MUT_ARR_WORDS); RTS_ENTRY(stg_MUT_ARR_PTRS_CLEAN); RTS_ENTRY(stg_MUT_ARR_PTRS_DIRTY); View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/443d8e86464d42c52090447db2416033... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/443d8e86464d42c52090447db2416033... You're receiving this email because of your account on gitlab.haskell.org.