summaryrefslogtreecommitdiff
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, 1 insertions, 2 deletions
diff --git a/vm_core.h b/vm_core.h
index 63e53a5d11..c71b83c70d 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -204,6 +204,7 @@ struct rb_iseq_struct {
ISEQ_TYPE_MAIN,
ISEQ_TYPE_DEFINED_GUARD
} type; /* instruction sequence type */
+ uint32_t stack_max; /* for stack overflow check */
rb_iseq_location_t location;
@@ -271,8 +272,6 @@ struct rb_iseq_struct {
int arg_keyword_required;
ID *arg_keyword_table;
- size_t stack_max; /* for stack overflow check */
-
/* catch table */
struct iseq_catch_table_entry *catch_table;
int catch_table_size;