aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gc.c b/gc.c
index 7a646a160f..f187b06820 100644
--- a/gc.c
+++ b/gc.c
@@ -1698,6 +1698,7 @@ os_live_obj(void)
switch (TYPE(p)) {
case T_ICLASS:
case T_NODE:
+ case T_VALUES:
continue;
case T_CLASS:
if (FL_TEST(p, FL_SINGLETON)) continue;