Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions gc/mmtk/mmtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ rb_mmtk_special_const_p(MMTk_ObjectReference object)
}

RBIMPL_ATTR_FORMAT(RBIMPL_PRINTF_FORMAT, 1, 2)
RBIMPL_ATTR_NORETURN()
static void
rb_mmtk_gc_thread_bug(const char *msg, ...)
{
Expand Down Expand Up @@ -505,6 +506,7 @@ rb_mmtk_gc_thread_panic_handler(void)
rb_mmtk_gc_thread_bug("MMTk GC thread panicked");
}

RBIMPL_ATTR_NORETURN()
static void
rb_mmtk_mutator_thread_panic_handler(void)
{
Expand Down
Loading