mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
insns.def: adjust type
* insns.def (checkkeyword): adjust argument type to vm_check_keyword as lindex_t. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a1799f1f71
commit
e3f46b1dc5
1 changed files with 1 additions and 1 deletions
|
@ -769,7 +769,7 @@ checkmatch
|
|||
*/
|
||||
DEFINE_INSN
|
||||
checkkeyword
|
||||
(lindex_t kw_bits_index, rb_num_t keyword_index)
|
||||
(lindex_t kw_bits_index, lindex_t keyword_index)
|
||||
()
|
||||
(VALUE ret)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue