Index: src/x87/code-stubs-x87.cc |
diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc |
index b7b6ad55266ddae731d1e4b4b002d013e2c83e11..ba6ec743aa808cd7796ba2c179a97c00066ce937 100644 |
--- a/src/x87/code-stubs-x87.cc |
+++ b/src/x87/code-stubs-x87.cc |
@@ -5437,7 +5437,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)); |