aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-07 05:12:39 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-11-07 05:12:39 +0000
commitc7bae7eafb1424f2b2c6b3c591168e0d9baa4cde (patch)
tree44340ae3b77eb40615bc81fab4c35e4a0c9d9f6a /vm_trace.c
parentd374fe39356908fa77745a8ad1a00b4c42592860 (diff)
downloadruby-c7bae7eafb1424f2b2c6b3c591168e0d9baa4cde.tar.gz
rename to rb_ec_set_raised().
* thread.c (rb_threadptr_set_raised): rename to rb_ec_set_raised and accepts `ec` git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_trace.c')
-rw-r--r--vm_trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_trace.c b/vm_trace.c
index bdf0b83057..f26808fa63 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -292,7 +292,7 @@ exec_hooks_protected(rb_execution_context_t *ec, rb_hook_list_t *list, const rb_
EC_POP_TAG();
if (raised) {
- rb_threadptr_set_raised(rb_ec_thread_ptr(ec));
+ rb_ec_set_raised(ec);
}
return state;