summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_insnhelper.c')
-rw-r--r--vm_insnhelper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_insnhelper.c b/vm_insnhelper.c
index 7037111bdc..729e6a4990 100644
--- a/vm_insnhelper.c
+++ b/vm_insnhelper.c
@@ -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);