Skip to content

Commit

Permalink
Fix missing break in rb_mmtk_scan_objspace
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Oct 8, 2024
1 parent 47a796f commit 99f3b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gc/mmtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ rb_mmtk_scan_objspace(void)
case MMTK_FINAL_JOB_FINALIZE:
rb_gc_impl_mark(objspace, job->as.finalize.object_id);
rb_gc_impl_mark(objspace, job->as.finalize.finalizer_array);
break;
default:
rb_bug("rb_mmtk_scan_objspace: unknown final job type %d", job->kind);
}
Expand Down

0 comments on commit 99f3b5c

Please sign in to comment.