зеркало из https://github.com/github/ruby.git
revert previous change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
7d2880ddb3
Коммит
5700ea57ff
4
gc.c
4
gc.c
|
@ -974,9 +974,9 @@ gc_mark_children(VALUE ptr, int lev)
|
|||
break;
|
||||
|
||||
default:
|
||||
rb_bug("rb_gc_mark(): unknown data type 0x%lx (%p) %s",
|
||||
rb_bug("rb_gc_mark(): unknown data type 0x%lx(%p) %s",
|
||||
obj->as.basic.flags & T_MASK, obj,
|
||||
is_pointer_to_heap(obj) ? "corrupted object" : "not a pointer to heap");
|
||||
is_pointer_to_heap(obj) ? "corrupted object" : "non object");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче