From 8bbd3198068f5e8335ab01f0b29cdae225b25b5b Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Tue, 30 Mar 2021 13:34:14 +0100 Subject: Allow newobj_of0 and newobj_slowpath to allocate into multiple heap slots --- vm_eval.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vm_eval.c') diff --git a/vm_eval.c b/vm_eval.c index 58f81174f8..e089c0eea2 100644 --- a/vm_eval.c +++ b/vm_eval.c @@ -729,6 +729,7 @@ rb_type_str(enum ruby_value_type type) case type_case(T_ICLASS); case type_case(T_ZOMBIE); case type_case(T_MOVED); + case type_case(T_PAYLOAD); case T_MASK: break; } #undef type_case -- cgit v1.2.1