summaryrefslogtreecommitdiff
path: root/vm_callinfo.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2025-06-04 11:38:45 +0900
committerNobuyoshi Nakada <[email protected]>2025-06-04 11:38:45 +0900
commit0ecb6896172469c273b2db5c16b0025ae97f16a0 ()
tree3a1fbb5d3a20c708a07cd679838526cadde0a937 /vm_callinfo.h
parent553753cd3eaece627e31c987067edbf241d6c28b (diff)
Correct comments for packed shape and index [ci skip]
-rw-r--r--vm_callinfo.h2
1 files changed, 1 insertions, 1 deletions
@@ -289,7 +289,7 @@ struct rb_callcache {
union {
struct {
- uint64_t value; // Shape ID in upper bits, index in lower bits
} attr;
const enum method_missing_reason method_missing_reason; /* used by method_missing */
VALUE v;