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 f605445604..48fde8d8d9 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -305,7 +305,6 @@ struct rb_vm_struct
st_table *living_threads;
VALUE thgroup_default;
- VALUE last_status; /* $? */
int running;
int thread_abort_on_exception;
@@ -408,6 +407,7 @@ struct rb_thread_struct
rb_control_frame_t *cfp;
int safe_level;
int raised_flag;
+ VALUE last_status; /* $? */
/* passing state */
int state;