diff options
Diffstat (limited to 'rts/sm')
-rw-r--r-- | rts/sm/Scav.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/rts/sm/Scav.c b/rts/sm/Scav.c index 5db0acbbee..770865ce9f 100644 --- a/rts/sm/Scav.c +++ b/rts/sm/Scav.c @@ -1722,9 +1722,11 @@ scavenge_static(void) case FUN_STATIC: scavenge_fun_srt(info); - // fallthrough: a FUN_STATIC can also be an SRT, so it may have pointer - // fields. See Note [SRTs] in CmmBuildInfoTables, specifically the [FUN] - // optimisation. + /* fallthrough */ + + // a FUN_STATIC can also be an SRT, so it may have pointer + // fields. See Note [SRTs] in CmmBuildInfoTables, specifically + // the [FUN] optimisation. case CONSTR: case CONSTR_NOCAF: |