summaryrefslogtreecommitdiff
path: root/vm_trace.c
diff options
context:
space:
mode:
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 9a7f0cc087..d3562a3f6c 100644
--- a/vm_trace.c
+++ b/vm_trace.c
@@ -1623,7 +1623,7 @@ rb_postponed_job_flush(rb_vm_t *vm)
ec->interrupt_mask |= block_mask;
{
EC_PUSH_TAG(ec);
- if (EXEC_TAG() == TAG_NONE) {
+ if (EC_EXEC_TAG() == TAG_NONE) {
int index;
while ((index = vm->postponed_job_index) > 0) {
if (ATOMIC_CAS(vm->postponed_job_index, index, index-1) == index) {