vendor/v8/src/lithium-allocator-inl.h in mustang-0.0.1 vs vendor/v8/src/lithium-allocator-inl.h in mustang-0.1.0

- old
+ new

@@ -34,9 +34,11 @@ #include "ia32/lithium-ia32.h" #elif V8_TARGET_ARCH_X64 #include "x64/lithium-x64.h" #elif V8_TARGET_ARCH_ARM #include "arm/lithium-arm.h" +#elif V8_TARGET_ARCH_MIPS +#include "mips/lithium-mips.h" #else #error "Unknown architecture." #endif namespace v8 {