diff options
author | Nobuyoshi Nakada <[email protected]> | 2025-06-04 11:38:45 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2025-06-04 11:38:45 +0900 |
commit | 0ecb6896172469c273b2db5c16b0025ae97f16a0 () | |
tree | 3a1fbb5d3a20c708a07cd679838526cadde0a937 /vm_callinfo.h | |
parent | 553753cd3eaece627e31c987067edbf241d6c28b (diff) |
Correct comments for packed shape and index [ci skip]
-rw-r--r-- | vm_callinfo.h | 2 |
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; |