Commit 3efc54de authored by mbrandy's avatar mbrandy Committed by Commit bot

PPC: Fix "Unify the stack layout for construct frames"

R=dstence@us.ibm.com, michael_dawson@ca.ibm.com
BUG=

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

Cr-Commit-Position: refs/heads/master@{#29301}
parent 01009640
......@@ -626,11 +626,11 @@ static void Generate_JSConstructStubHelper(MacroAssembler* masm,
__ bind(&count_incremented);
}
__ Pop(r4);
__ pop(r4); // Constructor function.
__ Push(r7, r7);
// Reload the number of arguments and the constructor from the stack.
// Reload the number of arguments from the stack.
// sp[0]: receiver
// sp[1]: receiver
// sp[2]: number of arguments (smi-tagged)
......
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