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 0d0f29196e..103b974afe 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -388,7 +388,7 @@ struct rb_iseq_constant_body {
struct rb_iseq_variable_body {
const VALUE coverage_; /* coverage array */
- rb_num_t flip_cnt;
+ rb_num_t flip_cnt_;
/* original iseq, before encoding
* used for debug/dump (TODO: union with compile_data) */