mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f5f0b9ac51
pr #6643 fixed node type check but introduced a bug by accessing t->cdr on a NODE_ARRAY structure. NODE_ARRAY nodes use the elements field, not cdr. additionally, the fixed rhs path needs to update rhs_reg to point to where values are actually pushed on the stack. Co-authored-by: Claude <noreply@anthropic.com>