lockstat: Use the correct type for a symbol size
No functional change intended. MFC after: 1 week
This commit is contained in:
parent
6ae90f5985
commit
f4f5e69c84
@ -632,7 +632,7 @@ predicate_destroy(char **pred)
|
||||
}
|
||||
|
||||
static void
|
||||
filter_add(char **filt, char *what, uintptr_t base, uintptr_t size)
|
||||
filter_add(char **filt, char *what, uintptr_t base, size_t size)
|
||||
{
|
||||
char buf[256], *c = buf, *new;
|
||||
int len, newlen;
|
||||
|
Loading…
Reference in New Issue
Block a user