Index: src/x87/code-stubs-x87.cc |
diff --git a/src/x87/code-stubs-x87.cc b/src/x87/code-stubs-x87.cc |
index 5a2f2f7c306409f48093be8ca7fd7402508519c0..4024044d106785e55c5f96cdf6ff4956dd067beb 100644 |
--- a/src/x87/code-stubs-x87.cc |
+++ b/src/x87/code-stubs-x87.cc |
@@ -5165,14 +5165,13 @@ static void CallApiFunctionStubHelper(MacroAssembler* masm, |
typedef FunctionCallbackArguments FCA; |
- STATIC_ASSERT(FCA::kContextSaveIndex == 6); |
- STATIC_ASSERT(FCA::kCalleeIndex == 5); |
+ STATIC_ASSERT(FCA::kContextSaveIndex == 5); |
STATIC_ASSERT(FCA::kDataIndex == 4); |
STATIC_ASSERT(FCA::kReturnValueOffset == 3); |
STATIC_ASSERT(FCA::kReturnValueDefaultValueIndex == 2); |
STATIC_ASSERT(FCA::kIsolateIndex == 1); |
STATIC_ASSERT(FCA::kHolderIndex == 0); |
- STATIC_ASSERT(FCA::kArgsLength == 7); |
+ STATIC_ASSERT(FCA::kArgsLength == 6); |
DCHECK(argc.is_immediate() || eax.is(argc.reg())); |
@@ -5186,9 +5185,6 @@ static void CallApiFunctionStubHelper(MacroAssembler* masm, |
return_address = context; |
} |
- // callee |
- __ push(callee); |
- |
// call data |
__ push(call_data); |