aboutsummaryrefslogtreecommitdiffstats
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 e79fd7ccaf..7ad00045b3 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -162,7 +162,7 @@ typedef struct rb_call_info_struct {
rb_iseq_t *blockiseq;
/* inline cache: keys */
- vm_state_version_t vmstat;
+ vm_state_version_t method_state;
vm_state_version_t seq;
VALUE klass;