Chromium Code Reviews| Index: src/lithium-allocator-inl.h |
| diff --git a/src/lithium-allocator-inl.h b/src/lithium-allocator-inl.h |
| index 8f660ce0e00373bdd5521b183527e972fc68c75c..19a729bf92d8d46b8f6581fed4ef7a36e0ec082e 100644 |
| --- a/src/lithium-allocator-inl.h |
| +++ b/src/lithium-allocator-inl.h |
| @@ -38,6 +38,8 @@ |
| #include "arm/lithium-arm.h" |
| #elif V8_TARGET_ARCH_MIPS |
| #include "mips/lithium-mips.h" |
| +#elif V8_TARGET_ARCH_SH4 |
| +#include "sh4/lithium-sh4.h" |
| #else |
| #error "Unknown architecture." |
| #endif |