summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_core.h b/vm_core.h
index a996c5b835..65f2741219 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -275,6 +275,7 @@ struct iseq_inline_constant_cache {
struct iseq_inline_iv_cache_entry {
uintptr_t value; // attr_index in lower bits, dest_shape_id in upper bits
+ ID iv_set_name;
};
struct iseq_inline_cvar_cache_entry {