mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix last commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3044138bd7
commit
0c8e6ae0b8
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ rb_vm_insn_addr2insn(const void *addr) /* cold path */
|
|||
VALUE *
|
||||
rb_iseq_original_iseq(const rb_iseq_t *iseq) /* cold path */
|
||||
{
|
||||
VALUE *original_code;3
|
||||
VALUE *original_code;
|
||||
|
||||
if (ISEQ_ORIGINAL_ISEQ(iseq)) return ISEQ_ORIGINAL_ISEQ(iseq);
|
||||
original_code = ISEQ_ORIGINAL_ISEQ_ALLOC(iseq, iseq->body->iseq_size);
|
||||
|
|
Loading…
Add table
Reference in a new issue