T_MOVED can live on the stack, so make sure we can do book keeping
Unused T_MOVED objects can live on the stack, so we need to make sure that they can be accounted for in book keeping
This commit is contained in:
parent
6ca9e7cc07
commit
5a58318a90
@ -188,6 +188,7 @@ type2sym(enum ruby_value_type i)
|
|||||||
CASE_TYPE(T_IMEMO);
|
CASE_TYPE(T_IMEMO);
|
||||||
CASE_TYPE(T_NODE);
|
CASE_TYPE(T_NODE);
|
||||||
CASE_TYPE(T_ICLASS);
|
CASE_TYPE(T_ICLASS);
|
||||||
|
CASE_TYPE(T_MOVED);
|
||||||
CASE_TYPE(T_ZOMBIE);
|
CASE_TYPE(T_ZOMBIE);
|
||||||
#undef CASE_TYPE
|
#undef CASE_TYPE
|
||||||
default: rb_bug("type2sym: unknown type (%d)", i);
|
default: rb_bug("type2sym: unknown type (%d)", i);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user