Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: runtime/platform/globals.h

Issue 2985423002: [vm] Revise Dart_IntegerToHexCString to avoid dependency on Bigint, v.2 (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/platform/inttypes_support_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | runtime/platform/inttypes_support_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698