Commit 50e43bc3 authored by mbrandy's avatar mbrandy Committed by Commit bot

PPC: Fix "Rework CallApi*Stubs".

R=joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=

Review URL: https://codereview.chromium.org/1779803004

Cr-Commit-Position: refs/heads/master@{#34642}
parent 4cb568ec
......@@ -5644,8 +5644,6 @@ void CallApiCallbackStub::Generate(MacroAssembler* masm) {
STATIC_ASSERT(FCA::kHolderIndex == 0);
STATIC_ASSERT(FCA::kArgsLength == 7);
DCHECK(argc.is_immediate() || r6.is(argc.reg()));
// context save
__ push(context);
if (!is_lazy()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment