Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • rts/StgMiscClosures.cmm
    ... ... @@ -949,7 +949,7 @@ INFO_TABLE(stg_MUT_VAR_DIRTY, 1, 0, MUT_VAR_DIRTY, "MUT_VAR_DIRTY", "MUT_VAR_DIR
    949 949
        just enter the top stack word to start the thread.  (see deleteThread)
    
    950 950
      * ------------------------------------------------------------------------- */
    
    951 951
     
    
    952
    -INFO_TABLE( stg_dummy_ret, 0, 0, CONSTR_NOCAF, "DUMMY_RET", "DUMMY_RET")
    
    952
    +INFO_TABLE_CONSTR( stg_dummy_ret, 0, 0, 0, CONSTR_NOCAF, "DUMMY_RET", "DUMMY_RET")
    
    953 953
         ()
    
    954 954
     {
    
    955 955
         return ();