From 0c8e6ae0b87d5e180385e4c46d83384e9eb7d28f Mon Sep 17 00:00:00 2001 From: ko1 Date: Sat, 23 Dec 2017 14:48:28 +0000 Subject: [PATCH] fix last commit git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.c b/compile.c index 12669118da..95d0e5f891 100644 --- a/compile.c +++ b/compile.c @@ -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);