mcclellan: fix printf format specifiers

This commit is contained in:
Justin Viiret
2016-11-28 16:19:42 +11:00
committed by Matthew Barr
parent 106667e24e
commit 32af5fa794
2 changed files with 6 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ static really_inline
u32 mcclellanEnableStarts(const struct mcclellan *m, u32 s) {
const struct mstate_aux *aux = get_aux(m, s);
DEBUG_PRINTF("enabling starts %hu->%hu\n", s, aux->top);
DEBUG_PRINTF("enabling starts %u->%hu\n", s, aux->top);
return aux->top;
}