
Rodrigo Mesquita pushed to branch wip/romes/step-out-5 at Glasgow Haskell Compiler / GHC Commits: 818a1db2 by Rodrigo Mesquita at 2025-06-13T14:29:43+01:00 FIX MY 2-3 HOUR BUG - - - - - 1 changed file: - compiler/GHC/ByteCode/Asm.hs Changes: ===================================== compiler/GHC/ByteCode/Asm.hs ===================================== @@ -858,7 +858,7 @@ assembleI platform i = case i of , Op np ] - BRK_INTERNAL active -> emit_ bci_BRK_FUN [SmallOp active] + BRK_INTERNAL active -> emit_ bci_BRK_INTERNAL [SmallOp active] #if MIN_VERSION_rts(1,0,3) BCO_NAME name -> do np <- lit1 (BCONPtrStr name) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/818a1db2970d6cd15d3a03dd8d94ca07... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/818a1db2970d6cd15d3a03dd8d94ca07... You're receiving this email because of your account on gitlab.haskell.org.