}
if (!abbrev(tcp))
- tprintf(", lo_init={%#lx, %#lx}"
- ", reserved={%#x, %#x, %#x, %#x}}",
+ tprintf(", lo_init=[%#lx, %#lx]"
+ ", reserved=[%#x, %#x, %#x, %#x]}",
info.lo_init[0], info.lo_init[1],
info.reserved[0], info.reserved[1],
info.reserved[2], info.reserved[3]);
}
if (!abbrev(tcp))
- tprintf(", lo_init={%#" PRIx64 ", %#" PRIx64 "}}",
+ tprintf(", lo_init=[%#" PRIx64 ", %#" PRIx64 "]}",
(uint64_t) info64.lo_init[0],
(uint64_t) info64.lo_init[1]);
else