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

Unified Diff: src/base/macros.h

Issue 1725243004: S390: Initial impl of S390 asm, masm, code-stubs,... (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Updated BUILD.gn + cpu-s390.cc to addr @jochen's comments. Created 4 years, 10 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/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.
« no previous file with comments | « BUILD.gn ('k') | src/s390/assembler-s390.h » ('j') | src/s390/assembler-s390.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698