Index: src/globals.h |
diff --git a/src/globals.h b/src/globals.h |
index 38deb3e88e69f98c96814faea49f97e19dca5a17..ecdf4ab4c7d7f85ef1b3af86f91fad6f997ae981 100644 |
--- a/src/globals.h |
+++ b/src/globals.h |
@@ -26,7 +26,7 @@ |
#endif |
#if V8_TARGET_ARCH_IA32 || V8_TARGET_ARCH_X64 || V8_TARGET_ARCH_ARM || \ |
- V8_TARGET_ARCH_ARM64 |
+ V8_TARGET_ARCH_ARM64 || V8_TARGET_ARCH_MIPS |
#define V8_TURBOFAN_BACKEND 1 |
#else |
#define V8_TURBOFAN_BACKEND 0 |