DescriptionMIPS: [builtins] Fix MathMaxMin.
Port b86ac0e05a1e4a34944bdc3c0c6702945387b431
Original commit message:
Both of these were broken in different ways:
* On arm, the loop counter was passed as argc on the stack.
* On arm64, we passed argc + 1 instead of argc.
The result in both cases was an incorrect receiver for the builtin frame
when generating stack traces.
BUG=v8:4815
Committed: https://crrev.com/e65035f2572144d317e1559ea69a054317649e36
Cr-Commit-Position: refs/heads/master@{#37481}
Patch Set 1 #
Total comments: 2
Depends on Patchset: Messages
Total messages: 10 (3 generated)
|