Chromium Code Reviews| Index: nspr/pr/include/pratom.h |
| =================================================================== |
| --- nspr/pr/include/pratom.h (revision 257452) |
| +++ nspr/pr/include/pratom.h (working copy) |
| @@ -110,7 +110,7 @@ |
| (defined(__powerpc__) && !defined(__powerpc64__)) || \ |
| (defined(__arm__) && \ |
| defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4)) || \ |
| - defined(__alpha)))) |
| + defined(__aarch64__) || defined(__alpha)))) |
| /* |
| * Because the GCC manual warns that some processors may support |