Content-Length: 261449 | pFad | http://github.com/python/cpython/commit/0ba49e26b3cf8e0639966dba67364a1eac41f8ea

A5 fix pointer type · python/cpython@0ba49e2 · GitHub
Skip to content

Commit 0ba49e2

Browse files
committed
fix pointer type
1 parent f4d1de8 commit 0ba49e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/perf_trampoline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ perf_map_write_entry(void *state, const void *code_addr,
253253
NULL);
254254
return;
255255
}
256-
fprintf(method_file, "%llx %x py::%s:%s\n", code_addr, code_size, entry,
256+
fprintf(method_file, "%" PRIxPTR " %x py::%s:%s\n", (uintptr_t) code_addr, code_size, entry,
257257
filename);
258258
fflush(method_file);
259259
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/python/cpython/commit/0ba49e26b3cf8e0639966dba67364a1eac41f8ea

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy