mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
s/PRIx64/PRIxPTR/ for uintptr_t printf() argument.
This commit is contained in:
parent
125b93e43f
commit
2bb6c7a632
1 changed files with 1 additions and 1 deletions
|
|
@ -780,7 +780,7 @@ prof_dump_ctx(bool propagate_err, prof_ctx_t *ctx, prof_bt_t *bt)
|
|||
return (true);
|
||||
|
||||
for (i = 0; i < bt->len; i++) {
|
||||
if (prof_printf(propagate_err, " %#"PRIx64,
|
||||
if (prof_printf(propagate_err, " %#"PRIxPTR,
|
||||
(uintptr_t)bt->vec[i]))
|
||||
return (true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue