mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 02:30:35 +03:00
mcclellan: fix printf format specifiers
This commit is contained in:
committed by
Matthew Barr
parent
106667e24e
commit
32af5fa794
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user