ruby-changes:38676
From: ko1 <ko1@a...>
Date: Thu, 4 Jun 2015 05:27:07 +0900 (JST)
Subject: [ruby-changes:38676] ko1:r50757 (trunk): add a fix to last commit
ko1 2015-06-04 05:26:55 +0900 (Thu, 04 Jun 2015) New Revision: 50757 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50757 Log: add a fix to last commit Modified files: trunk/vm_insnhelper.c Index: vm_insnhelper.c =================================================================== --- vm_insnhelper.c (revision 50756) +++ vm_insnhelper.c (revision 50757) @@ -1327,7 +1327,6 @@ def_iseq_ptr(rb_method_definition_t *def https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L1327 { #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; } -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/