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 c311fd54fc..61279689e6 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -444,7 +444,7 @@ struct rb_iseq_constant_body {
* So that:
* struct rb_call_info_with_kwarg *cikw_entries = &body->ci_entries[ci_size];
*/
- struct rb_call_cache *cc_entries; /* size is ci_size = ci_kw_size */
+ struct rb_call_cache *cc_entries; /* size is ci_size + ci_kw_size */
struct {
rb_snum_t flip_count;