mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
s/PRIx64/PRIxPTR/ for uintptr_t printf() argument.
This commit is contained in:
@@ -780,7 +780,7 @@ prof_dump_ctx(bool propagate_err, prof_ctx_t *ctx, prof_bt_t *bt)
|
|||||||
return (true);
|
return (true);
|
||||||
|
|
||||||
for (i = 0; i < bt->len; i++) {
|
for (i = 0; i < bt->len; i++) {
|
||||||
if (prof_printf(propagate_err, " %#"PRIx64,
|
if (prof_printf(propagate_err, " %#"PRIxPTR,
|
||||||
(uintptr_t)bt->vec[i]))
|
(uintptr_t)bt->vec[i]))
|
||||||
return (true);
|
return (true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user