summaryrefslogtreecommitdiff
path: root/vm_args.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_args.c')
-rw-r--r--vm_args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_args.c b/vm_args.c
index b37ce65b47..3774cefafc 100644
--- a/vm_args.c
+++ b/vm_args.c
@@ -698,7 +698,7 @@ raise_argument_error(rb_thread_t *th, const rb_iseq_t *iseq, const VALUE exc)
iseq->body->iseq_encoded,
th->ec->cfp->sp, 0, 0 /* stack_max */);
at = rb_threadptr_backtrace_object(th);
- rb_vm_pop_frame(th);
+ rb_vm_pop_frame(th->ec);
}
else {
at = rb_threadptr_backtrace_object(th);