From 8dd9c12c585375cc9d89441d7518a7846044deb0 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 28 Jun 2017 14:27:49 +0000 Subject: move fields to ec. * vm_core.h (rb_thread.h): move errinfo and trace_arg to rb_execution_context_t. * cont.c (fiber_switch, rb_cont_call): do not restore "trace_arg" here. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') diff --git a/process.c b/process.c index a167562f00..f45ff2f5c5 100644 --- a/process.c +++ b/process.c @@ -3858,7 +3858,7 @@ rb_f_abort(int argc, const VALUE *argv) rb_check_arity(argc, 0, 1); if (argc == 0) { rb_thread_t *th = GET_THREAD(); - VALUE errinfo = th->errinfo; + VALUE errinfo = th->ec.errinfo; if (!NIL_P(errinfo)) { rb_threadptr_error_print(th, errinfo); } -- cgit v1.2.3