Skip to content

Commit

Permalink
Doubles are not refcounted
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Sep 1, 2015
1 parent b15eff6 commit 874dcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gdbinit
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 874dcd8

Please sign in to comment.