Index: src/x87/code-stubs-x87.cc |
diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc |
index 5754fadacf79c9b8604737d0dee9f337743c807a..e8030052572e14e4f32ba5242ed28a72c6b052c5 100644 |
--- a/src/x87/code-stubs-x87.cc |
+++ b/src/x87/code-stubs-x87.cc |
@@ -5448,7 +5448,7 @@ void CallApiCallbackStub::Generate(MacroAssembler* masm) { |
// FunctionCallbackInfo::values_. |
__ mov(ApiParameterOperand(3), scratch); |
// FunctionCallbackInfo::length_. |
- __ Move(ApiParameterOperand(4), Immediate(argc())); |
+ __ Move(ApiParameterOperand(4), Immediate(argc)); |
// FunctionCallbackInfo::is_construct_call_. |
__ Move(ApiParameterOperand(5), Immediate(0)); |