mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-os-memsize/memsize.c: add fall through comment.
This commit is contained in:
@@ -148,6 +148,7 @@ os_memsize_of_object(mrb_state* mrb, mrb_value obj)
|
||||
case MRB_TT_BIGINT:
|
||||
#if defined(MRB_USE_BIGINT)
|
||||
size += mrb_bint_memsize(obj);
|
||||
/* fall through */
|
||||
#endif
|
||||
case MRB_TT_DATA:
|
||||
case MRB_TT_ISTRUCT:
|
||||
|
||||
Reference in New Issue
Block a user