Use already casted variable
r61883 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
646db52f3a
commit
ce7ad3a84e
2
iseq.c
2
iseq.c
@ -1542,7 +1542,7 @@ rb_insn_operand_intern(const rb_iseq_t *iseq,
|
|||||||
if (deftype == DEFINED_REF) {
|
if (deftype == DEFINED_REF) {
|
||||||
ret = rb_fstring_cstr("ref"); break;
|
ret = rb_fstring_cstr("ref"); break;
|
||||||
}
|
}
|
||||||
ret = rb_iseq_defined_string((enum defined_type)op);
|
ret = rb_iseq_defined_string(deftype);
|
||||||
if (ret) break;
|
if (ret) break;
|
||||||
}
|
}
|
||||||
else if (insn == BIN(branchiftype) && op_no == 0) {
|
else if (insn == BIN(branchiftype) && op_no == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user