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 b284351b52..9e849da252 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -208,7 +208,7 @@ struct rb_iseq_struct {
#if defined(WORDS_BIGENDIAN) && (SIZEOF_VALUE > SIZEOF_INT)
char dummy[SIZEOF_VALUE - SIZEOF_INT]; /* [Bug #10037][ruby-core:63721] */
#endif
- uint32_t stack_max; /* for stack overflow check */
+ int stack_max; /* for stack overflow check */
rb_iseq_location_t location;