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

Unified Diff: ppapi/tests/test_struct_sizes.c

Issue 2525993002: Fix the PPAPI build on AArch64. (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/tests/test_struct_sizes.c
diff --git a/ppapi/tests/test_struct_sizes.c b/ppapi/tests/test_struct_sizes.c
index 238a269f73387c60a3689eeeb5d409bb639e8c85..6a49bc06a2ffdb77f3ca43103c039e4afc5bc524 100644
--- a/ppapi/tests/test_struct_sizes.c
+++ b/ppapi/tests/test_struct_sizes.c
@@ -12,7 +12,7 @@
#include "ppapi/tests/all_c_includes.h"
-#if !defined(__native_client__) && (defined(_M_X64) || defined(__x86_64__))
+#if !defined(__native_client__) && (defined(_M_X64) || defined(__x86_64__) || defined(__aarch64__))
/* This section is for 64-bit compilation on Windows, Mac, and Linux. Native
client follows ILP32 even if -m64 is used, so NaCl code is explicitly treated
as 32-bit. This means pointers are always 4 bytes in native client, and it
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698