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 af2a4f85e3..e1a87da134 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -288,7 +288,7 @@ struct iseq_inline_constant_cache {
};
struct iseq_inline_iv_cache_entry {
- uint64_t value; // attr_index in lower bits, dest_shape_id in upper bits
+ uint64_t value; // dest_shape_id in former half, attr_index in latter half
ID iv_set_name;
};