Index: src/mips/assembler-mips-inl.h |
diff --git a/src/mips/assembler-mips-inl.h b/src/mips/assembler-mips-inl.h |
index 65f797d805747518c5391ad1c2c4b007372e6714..b06d7ce437e88f258cd280d105bae97fd219dd6b 100644 |
--- a/src/mips/assembler-mips-inl.h |
+++ b/src/mips/assembler-mips-inl.h |
@@ -49,7 +49,7 @@ namespace internal { |
bool CpuFeatures::SupportsCrankshaft() { return IsSupported(FPU); } |
-bool CpuFeatures::SupportsSimd128() { return false; } |
+bool CpuFeatures::SupportsWasmSimd128() { return false; } |
// ----------------------------------------------------------------------------- |
// Operand and MemOperand. |