Index: src/mips64/code-stubs-mips64.cc |
diff --git a/src/mips64/code-stubs-mips64.cc b/src/mips64/code-stubs-mips64.cc |
index a425fff45c31b342d4ed04256e0d36f461a0258a..1d996ccc0142dd1f19e8898c06d81ca4328c71ca 100644 |
--- a/src/mips64/code-stubs-mips64.cc |
+++ b/src/mips64/code-stubs-mips64.cc |
@@ -719,7 +719,7 @@ void CompareICStub::GenerateGeneric(MacroAssembler* masm) { |
{ |
FrameScope scope(masm, StackFrame::INTERNAL); |
__ Push(lhs, rhs); |
- __ CallRuntime(strict() ? Runtime::kStrictEquals : Runtime::kEquals); |
+ __ CallRuntime(strict() ? Runtime::kStrictEqual : Runtime::kEqual); |
} |
// Turn true into 0 and false into some non-zero value. |
STATIC_ASSERT(EQUAL == 0); |