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

Unified Diff: src/globals.h

Issue 113199: X64: General fixes - added inline definitions and changed tome places to intptr_t. (Closed)
Patch Set: Created 11 years, 7 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
Index: src/globals.h
diff --git a/src/globals.h b/src/globals.h
index a0b5ac36399f8e13400732e60f91f502e6f08167..636afcb509e04561a3a7d6801f1fbcee48a39227 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -87,6 +87,7 @@ typedef byte* Address;
#endif
#define V8PRIp V8_PTR_PREFIX "x"
+#define V8PRId V8_PTR_PREFIX "d"
// Code-point values in Unicode 4.0 are 21 bits wide.
typedef uint16_t uc16;

Powered by Google App Engine
This is Rietveld 408576698