| Index: src/atomicops.h
|
| diff --git a/src/atomicops.h b/src/atomicops.h
|
| index 789721edfc6e198ddf7f20a2ecc516d4f1e408f9..d7d4df6763f791d54caa996627a69f49a591eb36 100644
|
| --- a/src/atomicops.h
|
| +++ b/src/atomicops.h
|
| @@ -159,6 +159,8 @@ Atomic64 Release_Load(volatile const Atomic64* ptr);
|
| #include "atomicops_internals_x86_macosx.h"
|
| #elif defined(__GNUC__) && (V8_HOST_ARCH_IA32 || V8_HOST_ARCH_X64)
|
| #include "atomicops_internals_x86_gcc.h"
|
| +#elif defined(__GNUC__) && V8_HOST_ARCH_A64
|
| +#include "atomicops_internals_a64_gcc.h"
|
| #elif defined(__GNUC__) && V8_HOST_ARCH_ARM
|
| #include "atomicops_internals_arm_gcc.h"
|
| #elif defined(__GNUC__) && V8_HOST_ARCH_MIPS
|
|
|