We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75559cd commit 399d177Copy full SHA for 399d177
host.c
@@ -43,7 +43,7 @@
43
d1 = (C)->dp < 2 ? 0 : DS1; \
44
uint64_t c0; \
45
c0 = (C)->cp < 1 ? 0 : CS0; \
46
- fprintf(stderr, "%02"PRIX8"(%d) %"PRId64" %08"PRIX64" %"PRId64"/%"PRIX64" %"PRId64"/%"PRIX64" (%"PRIu8"); %"PRId64"/%"PRIX64" (%"PRIu8")\n", \
+ fprintf(stderr, "%02"PRIX8"(%d) %"PRId64" %08"PRIX64" %"PRId64"/%"PRIX64" %"PRId64"/%"PRIX64" (%"PRIu16"); %"PRId64"/%"PRIX64" (%"PRIu16")\n", \
47
(C)->i, \
48
(Y), \
49
(C)->ts, \
0 commit comments