| Index: src/atomicops_internals_x86_gcc.h
|
| diff --git a/src/atomicops_internals_x86_gcc.h b/src/atomicops_internals_x86_gcc.h
|
| index e58d598fbd4ea97cf84917bcafbde928626bfa04..6e55b50182c3231655d603a5c8178c77cfe488c3 100644
|
| --- a/src/atomicops_internals_x86_gcc.h
|
| +++ b/src/atomicops_internals_x86_gcc.h
|
| @@ -168,7 +168,7 @@ inline Atomic32 Release_Load(volatile const Atomic32* ptr) {
|
| return *ptr;
|
| }
|
|
|
| -#if defined(__x86_64__) && defined(V8_HOST_ARCH_64_BIT)
|
| +#if defined(__x86_64__)
|
|
|
| // 64-bit low-level operations on 64-bit platform.
|
|
|
|
|