Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
322dd672
by Matthew Pickering at 2026-01-09T02:49:35-05:00
1 changed file:
Changes:
| ... | ... | @@ -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 ();
|