Chromium Code Reviews| Index: src/lithium-allocator.cc |
| diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc |
| index 91a98112b61bd60a50b56d98f8ca4eebacdf01ff..112cb0c288f751b45a88cd0fab20f48108cd6814 100644 |
| --- a/src/lithium-allocator.cc |
| +++ b/src/lithium-allocator.cc |
| @@ -39,6 +39,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 |