From 874dcd8f737349551f8549ed3a142f557fd3d847 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 1 Sep 2015 14:52:04 -0700 Subject: [PATCH] Doubles are not refcounted --- .gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gdbinit b/.gdbinit index ff810f47af..1c399c102c 100644 --- a/.gdbinit +++ b/.gdbinit @@ -152,7 +152,7 @@ define ____printzv_contents set $type = $zvalue->u1.v.type # 15 == IS_INDIRECT - if $type >= 5 && $type != 15 + if $type > 5 && $type != 15 printf "(refcount=%d) ", $zvalue->value.counted->gc.refcount end -- 2.40.0