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
1 changed file:
Changes:
... | ... | @@ -858,7 +858,7 @@ assembleI platform i = case i of |
858 | 858 | , Op np
|
859 | 859 | ]
|
860 | 860 | |
861 | - BRK_INTERNAL active -> emit_ bci_BRK_FUN [SmallOp active]
|
|
861 | + BRK_INTERNAL active -> emit_ bci_BRK_INTERNAL [SmallOp active]
|
|
862 | 862 | |
863 | 863 | #if MIN_VERSION_rts(1,0,3)
|
864 | 864 | BCO_NAME name -> do np <- lit1 (BCONPtrStr name)
|