mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
insns.def: forgot add cast [ci skip]
See r65595 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
76566bfd58
commit
0f36bc093f
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ expandarray
|
||||||
(..., VALUE ary)
|
(..., VALUE ary)
|
||||||
(...)
|
(...)
|
||||||
// attr bool leaf = false; /* has rb_check_array_type() */
|
// attr bool leaf = false; /* has rb_check_array_type() */
|
||||||
// attr rb_snum_t sp_inc = num - 1 + (flag & 1 ? 1 : 0);
|
// attr rb_snum_t sp_inc = (rb_snum_t)num - 1 + (flag & 1 ? 1 : 0);
|
||||||
{
|
{
|
||||||
vm_expandarray(GET_SP(), ary, num, (int)flag);
|
vm_expandarray(GET_SP(), ary, num, (int)flag);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue