summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 74064f7803..626b82ee1b 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -787,7 +787,7 @@ typedef struct rb_execution_context_struct {
/* interrupt flags */
rb_atomic_t interrupt_flag;
- unsigned long interrupt_mask;
+ rb_atomic_t interrupt_mask; /* size should match flag */
rb_fiber_t *fiber_ptr;
struct rb_thread_struct *thread_ptr;