change ptrsz to ptrs to free up space in capn_ptr
This commit is contained in:
parent
7397df1216
commit
59f827e93d
5 changed files with 62 additions and 64 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue