Skip to content
Commit 35e2cfcc authored by Dan Gohman's avatar Dan Gohman
Browse files

Don't use plain %x to print pointer values. I had changed it from %p

since %p isn't formatted consistently, but obviously plain %x is wrong.
PRIxPTR with a cast to uintptr_t would work here, but that requires
inconvenient build-system changes. %lu works on all current and
foreseable future hosts.

llvm-svn: 60616
parent 4619e439
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment