Index: src/full-codegen/mips/full-codegen-mips.cc |
diff --git a/src/full-codegen/mips/full-codegen-mips.cc b/src/full-codegen/mips/full-codegen-mips.cc |
index 859563984551b85b06e64a7b819ff8e68d8d1d0f..e9cc17c55225d834f14faa0a08ce31cb448a9c55 100644 |
--- a/src/full-codegen/mips/full-codegen-mips.cc |
+++ b/src/full-codegen/mips/full-codegen-mips.cc |
@@ -2685,6 +2685,7 @@ void FullCodeGenerator::VisitCompareOperation(CompareOperation* expr) { |
__ mov(a0, result_register()); |
PopOperand(a1); |
__ Call(isolate()->builtins()->InstanceOf(), RelocInfo::CODE_TARGET); |
+ RestoreContext(); |
PrepareForBailoutBeforeSplit(expr, false, NULL, NULL); |
__ LoadRoot(at, Heap::kTrueValueRootIndex); |
Split(eq, v0, Operand(at), if_true, if_false, fall_through); |