Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 6c3b732bdd07daacdbeb621cde254de679d2b54a..4b78c95193a6d7d0421c49eaa993f1ee5d47c958 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -36,7 +36,9 @@ |
| #include "property-details.h" |
| #include "smart-pointers.h" |
| #include "unicode-inl.h" |
| -#if V8_TARGET_ARCH_ARM |
| +#if V8_TARGET_ARCH_A64 |
| +#include "a64/constants-a64.h" |
| +#elif V8_TARGET_ARCH_ARM |
| #include "arm/constants-arm.h" |
| #elif V8_TARGET_ARCH_MIPS |
| #include "mips/constants-mips.h" |