| Index: third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h
|
| ===================================================================
|
| --- third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h (revision 135692)
|
| +++ third_party/tcmalloc/chromium/src/base/atomicops-internals-arm-v6plus.h (working copy)
|
| @@ -40,6 +40,7 @@
|
|
|
| #include <stdio.h>
|
| #include <stdlib.h>
|
| +#include "base/abort.h"
|
| #include "base/basictypes.h" // For COMPILE_ASSERT
|
|
|
| // The LDREXD and STREXD instructions in ARM all v7 variants or above. In v6,
|
| @@ -287,7 +288,7 @@
|
| inline void NotImplementedFatalError(const char *function_name) {
|
| fprintf(stderr, "64-bit %s() not implemented on this platform\n",
|
| function_name);
|
| - abort();
|
| + Abort();
|
| }
|
|
|
| inline Atomic64 NoBarrier_CompareAndSwap(volatile Atomic64* ptr,
|
|
|