mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[ruby/mmtk] Use rb_mmtk_gc_thread_bug for rb_mmtk_call_object_closure
https://github.com/ruby/mmtk/commit/308936296a
This commit is contained in:
parent
60d9b10dab
commit
2f4119eaea
@ -851,7 +851,7 @@ rb_mmtk_call_object_closure(VALUE obj, bool pin)
|
||||
char parent_obj_info_buf[info_size];
|
||||
rb_raw_obj_info(parent_obj_info_buf, info_size, marking_parent_object);
|
||||
|
||||
rb_bug("try to mark T_NONE object (obj: %s, parent: %s)", obj_info_buf, parent_obj_info_buf);
|
||||
rb_mmtk_gc_thread_bug("try to mark T_NONE object (obj: %s, parent: %s)", obj_info_buf, parent_obj_info_buf);
|
||||
}
|
||||
|
||||
return (VALUE)rb_mmtk_gc_thread_tls->object_closure.c_function(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user