[libunwind][nfc] Avoid type warning of debug printf (#67390)

Change PRIu32 to PRIxPTR to avoid type warning of debug printf since VE
uses 64 bits SjLj. I don't use PRIuPTR since the print message has
0x-prefix from the beginning. I also change related PRIuPTR to PRIxPTR
since those uses 0x-prefix too.

GitOrigin-RevId: 63c1208bce31ecf091fec922e56966b2af4f6839
1 file changed
tree: d4a1aad164acfbf1c3a76c9941862caa3538f67c
  1. cmake/
  2. docs/
  3. include/
  4. src/
  5. test/
  6. .clang-format
  7. CMakeLists.txt
  8. LICENSE.TXT