Rodrigo Mesquita pushed to branch wip/romes/step-out-5 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/ByteCode/Asm.hs
    ... ... @@ -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)