fix printf format

This commit is contained in:
christos 2016-03-18 16:32:03 +00:00
parent 714b78ffa0
commit 3e0f598a15
1 changed files with 1 additions and 1 deletions

View File

@ -800,7 +800,7 @@ die_array_resolve(tdesc_t *tdp, tdesc_t **tdpp __unused, void *private)
if (tdp->t_flags & TDESC_F_RESOLVED)
return (1);
debug(3, "trying to resolve array %#x (cont %#x/%zu)\n", tdp->t_id,
debug(3, "trying to resolve array %#x (cont %#x/%d)\n", tdp->t_id,
tdp->t_ardef->ad_contents->t_id,
tdp->t_ardef->ad_contents->t_size);