Index: src/builtins-ia32.cc |
diff --git a/src/builtins-ia32.cc b/src/builtins-ia32.cc |
index 0de381c5ef8ed60d5858943cff148a3f395d3e73..92a24dddd5da201ba6b8a5a45772d9b3478f6889 100644 |
--- a/src/builtins-ia32.cc |
+++ b/src/builtins-ia32.cc |
@@ -657,7 +657,7 @@ static void EnterArgumentsAdaptorFrame(MacroAssembler* masm) { |
// arguments and the receiver. |
ASSERT(kSmiTagSize == 1); |
__ lea(ecx, Operand(eax, eax, times_1, kSmiTag)); |
- __ push(Operand(ecx)); |
+ __ push(ecx); |
} |