Index: runtime/platform/globals.h |
diff --git a/runtime/platform/globals.h b/runtime/platform/globals.h |
index 58cb7eda5d5e8b6c4b9439c7c8969a9deed75975..c44a50d1a4a14d0ffb9276b424209309691d01a0 100644 |
--- a/runtime/platform/globals.h |
+++ b/runtime/platform/globals.h |
@@ -385,9 +385,11 @@ typedef simd128_value_t fpu_register_t; |
#define Pd PRIdPTR |
#define Pu PRIuPTR |
#define Px PRIxPTR |
+#define PX PRIXPTR |
#define Pd64 PRId64 |
#define Pu64 PRIu64 |
#define Px64 PRIx64 |
+#define PX64 PRIX64 |
// Zero-padded pointer |
#if defined(ARCH_IS_32_BIT) |