aboutsummaryrefslogtreecommitdiffstats
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
commitac3486e72f03c9d55ccb7c749330991015ddc128 (patch)
tree1880ae1adb7612a5173a96a88dd9fa6012e0e81b /insns.def
parent7114f99c00e7425a6a6f086da208aa39c513e67e (diff)
downloadruby-ac3486e72f03c9d55ccb7c749330991015ddc128.tar.gz
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)
{