Skip to content

Commit e0cfc1e

Browse files
committed
WIP
1 parent 547f111 commit e0cfc1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vm_callinfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ struct rb_class_cc_entries {
585585
unsigned int argc;
586586
unsigned int flag;
587587
const struct rb_callcache *cc;
588-
} *entries;
588+
} entries[];
589589
};
590590

591591
#if VM_CHECK_MODE > 0

0 commit comments

Comments
 (0)