Skip to content

Commit

Permalink
Fix the PPAPI build on AArch64.
Browse files Browse the repository at this point in the history
BUG=668208

Review-Url: https://codereview.chromium.org/2525993002
Cr-Commit-Position: refs/heads/master@{#435022}
  • Loading branch information
ossy-szeged authored and Commit bot committed Nov 29, 2016
1 parent 4d116bd commit 801a47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppapi/tests/test_struct_sizes.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 801a47a

Please sign in to comment.