зеркало из https://github.com/github/ruby.git
* vm_insnhelper.c (vm_make_proc_with_iseq): fix bug message.
This is follow up to changes in r42637. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
d2f4e701f8
Коммит
0b39c8a08d
|
@ -1,3 +1,8 @@
|
|||
Sun Sep 22 20:55:20 2013 Kazuki Tsujimoto <kazuki@callcc.net>
|
||||
|
||||
* vm_insnhelper.c (vm_make_proc_with_iseq): fix bug message.
|
||||
This is follow up to changes in r42637.
|
||||
|
||||
Sun Sep 22 20:35:38 2013 Kazuki Tsujimoto <kazuki@callcc.net>
|
||||
|
||||
* ext/-test-/tracepoint/tracepoint.c (Init_tracepoint): prevent from GC.
|
||||
|
|
|
@ -2405,7 +2405,7 @@ vm_make_proc_with_iseq(rb_iseq_t *blockiseq)
|
|||
rb_control_frame_t *cfp = rb_vm_get_ruby_level_next_cfp(th, th->cfp);
|
||||
|
||||
if (cfp == 0) {
|
||||
rb_bug("m_core_set_postexe: unreachable");
|
||||
rb_bug("vm_make_proc_with_iseq: unreachable");
|
||||
}
|
||||
|
||||
blockptr = RUBY_VM_GET_BLOCK_PTR_IN_CFP(cfp);
|
||||
|
|
Загрузка…
Ссылка в новой задаче