Index: src/mips64/assembler-mips64-inl.h |
diff --git a/src/mips64/assembler-mips64-inl.h b/src/mips64/assembler-mips64-inl.h |
index 2a6da259dcb70cdb225c7bc50b24308743651673..54998d58e829210569b991ec77217baa23504070 100644 |
--- a/src/mips64/assembler-mips64-inl.h |
+++ b/src/mips64/assembler-mips64-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. |