Commit bc7cadd5 authored by paul.lind's avatar paul.lind Committed by Commit bot

MIPS: Fix Add a MathFloor stub generated with TurboFan.

Port abc35080

BUG=

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

Cr-Commit-Position: refs/heads/master@{#28347}
parent 3226e980
......@@ -373,8 +373,8 @@ void ApiAccessorDescriptor::Initialize(CallInterfaceDescriptorData* data) {
void MathRoundVariantDescriptor::Initialize(CallInterfaceDescriptorData* data) {
Register registers[] = {
a1, // context
a2, // math rounding function
cp, // context
a1, // math rounding function
a3, // vector slot id
};
Representation representations[] = {
......
......@@ -373,8 +373,8 @@ void ApiAccessorDescriptor::Initialize(CallInterfaceDescriptorData* data) {
void MathRoundVariantDescriptor::Initialize(CallInterfaceDescriptorData* data) {
Register registers[] = {
a1, // context
a2, // math rounding function
cp, // context
a1, // math rounding function
a3, // vector slot id
};
Representation representations[] = {
......
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