summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/insns.def b/insns.def
index c485f22dd0..629a2f1bc9 100644
--- a/insns.def
+++ b/insns.def
@@ -518,6 +518,7 @@ newhashfromarray
(rb_num_t num, VALUE ary)
()
(VALUE hash)
+// attr bool leaf = false; /* rb_hash_bulk_insert() can call methods. */
{
VM_ASSERT(num * 2 == (rb_num_t)RARRAY_LEN(ary));
hash = rb_hash_new_with_size(num);