summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-23 00:51:36 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-23 00:51:36 +0000
commite3f46b1dc5f919a5ddd2893b8ca268c523e4e5d9 (patch)
tree1880ae1adb7612a5173a96a88dd9fa6012e0e81b /insns.def
parenta1799f1f71cfcb7cbb8adf9004a4519f252c6a3e (diff)
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
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/insns.def b/insns.def
index 120040c034..d23fef0649 100644
--- a/insns.def
+++ b/insns.def
@@ -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)
{