summaryrefslogtreecommitdiff
path: root/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'error.c')
-rw-r--r--error.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/error.c b/error.c
index 5c21229cbd..fc89f374b8 100644
--- a/error.c
+++ b/error.c
@@ -1279,7 +1279,8 @@ name_err_initialize(int argc, VALUE *argv, VALUE self)
{
rb_thread_t *th = GET_THREAD();
rb_control_frame_t *cfp =
- rb_vm_get_ruby_level_next_cfp(th, RUBY_VM_PREVIOUS_CONTROL_FRAME(th->cfp));
+ rb_vm_get_ruby_level_next_cfp(th,
+ RUBY_VM_PREVIOUS_CONTROL_FRAME(th->ec.cfp));
if (cfp) iseqw = rb_iseqw_new(cfp->iseq);
}
rb_ivar_set(self, id_iseq, iseqw);