Index: src/arm/stub-cache-arm.cc |
diff --git a/src/arm/stub-cache-arm.cc b/src/arm/stub-cache-arm.cc |
index 4f40f5e08aa2c9e8e3ad61822a82c8637ed0b739..589f1908fcec160f0bb59c95969934a460c2394f 100644 |
--- a/src/arm/stub-cache-arm.cc |
+++ b/src/arm/stub-cache-arm.cc |
@@ -2621,13 +2621,10 @@ Handle<Code> StoreStubCompiler::CompileStoreInterceptor( |
__ Push(receiver(), this->name(), value()); |
- __ mov(scratch1(), Operand(Smi::FromInt(strict_mode()))); |
- __ push(scratch1()); // strict mode |
- |
// Do tail-call to the runtime system. |
ExternalReference store_ic_property = |
ExternalReference(IC_Utility(IC::kStoreInterceptorProperty), isolate()); |
- __ TailCallExternalReference(store_ic_property, 4, 1); |
+ __ TailCallExternalReference(store_ic_property, 3, 1); |
// Handle store cache miss. |
__ bind(&miss); |