aboutsummaryrefslogtreecommitdiffstats
path: root/vm_trace.c
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-11 06:23:19 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-10-11 06:23:19 +0000
commit19ae2748c7da2eaba7a62c07c242230731cf56b2 (patch)
treee9067c31c029af0f2b109ae7fdf7a439e192e5fa /vm_trace.c
parent12a5525b6f8d15c3baa862be804eae4e1768b430 (diff)
downloadruby-19ae2748c7da2eaba7a62c07c242230731cf56b2.tar.gz
revert r43248. Should not set interrupt_flag.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43249 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 0572649f27..a8ae1d3795 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -1456,7 +1456,7 @@ rb_postponed_job_flush(rb_vm_t *vm)
save.index = index;
save.interrupt_mask = cur_th->interrupt_mask;
- RUBY_VM_SET_POSTPONED_JOB_INTERRUPT(cur_th);
+ cur_th->interrupt_mask |= POSTPONED_JOB_INTERRUPT_MASK;
TH_PUSH_TAG(cur_th);
EXEC_TAG();
/* ignore all jumps, just continue */