aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-03 20:26:55 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-03 20:26:55 +0000
commitd5062344033a9f32d29706450c7837b8f80f4db0 (patch)
tree78d3bf19d4eb57fe32b41aee0751373439c402ec /vm_insnhelper.c
parente7f88ba37418f294322d8804307f6eb1c62fdace (diff)
downloadruby-d5062344033a9f32d29706450c7837b8f80f4db0.tar.gz
add a fix to last commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index be244fcb13..c4aca3a4f7 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -1327,7 +1327,6 @@ def_iseq_ptr(rb_method_definition_t *def)
{
#if VM_CHECK_MODE > 0
if (def->type != VM_METHOD_TYPE_ISEQ) rb_bug("def_iseq_ptr: not iseq (%d)", def->type);
- if (def->body.iseq.iseqptr != iseq) rb_bug("def_iseq_ptr: ???.");
#endif
return def->body.iseq.iseqptr;
}