change ptrsz to ptrs to free up space in capn_ptr

This commit is contained in:
James McKaskill 2013-09-13 10:02:03 -04:00
parent 7397df1216
commit 59f827e93d
5 changed files with 62 additions and 64 deletions

View file

@ -289,7 +289,7 @@ static void decode_value(struct value* v, Type_ptr type, Value_ptr value, const
p.type,
p.has_ptr_tag,
p.datasz,
p.ptrsz,
p.ptrs,
p.len,
(int) (p.data-p.seg->data-8));