aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 3d44a3abef..a2ca6342cf 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -765,6 +765,8 @@ typedef struct rb_execution_context_struct {
/* ensure & callcc */
rb_ensure_list_t *ensure_list;
+
+ rb_fiber_t *fiber;
} rb_execution_context_t;
typedef struct rb_thread_struct {
@@ -847,7 +849,6 @@ typedef struct rb_thread_struct {
rb_hook_list_t event_hooks;
/* fiber */
- rb_fiber_t *fiber;
rb_fiber_t *root_fiber;
rb_jmpbuf_t root_jmpbuf;