Index: src/mips/full-codegen-mips.cc |
diff --git a/src/mips/full-codegen-mips.cc b/src/mips/full-codegen-mips.cc |
index 6a59b1b1c931719eea1c696b78227c9196cbd3b0..51b71a671cf0b30fe07160dccfab40f55dd623ae 100644 |
--- a/src/mips/full-codegen-mips.cc |
+++ b/src/mips/full-codegen-mips.cc |
@@ -3746,7 +3746,7 @@ void FullCodeGenerator::EmitStringAdd(CallRuntime* expr) { |
VisitForStackValue(args->at(0)); |
VisitForStackValue(args->at(1)); |
- StringAddStub stub(NO_STRING_ADD_FLAGS); |
+ StringAddStub stub(STRING_ADD_CHECK_BOTH); |
__ CallStub(&stub); |
context()->Plug(v0); |
} |