Index: src/base/macros.h |
diff --git a/src/base/macros.h b/src/base/macros.h |
index 10cab4b2bfc67fdaa31c0dd2eed2e346bf51d531..9cd193042282289b90f83ace863aeff57345084b 100644 |
--- a/src/base/macros.h |
+++ b/src/base/macros.h |
@@ -278,6 +278,8 @@ inline void USE(T) { } |
#if V8_OS_MACOSX |
#undef V8PRIxPTR |
#define V8PRIxPTR "lx" |
+#undef V8PRIuPTR |
+#define V8PRIuPTR "lxu" |
#endif |
// The following macro works on both 32 and 64-bit platforms. |