MIPS: Fix Add a MathFloor stub generated with TurboFan.

Port abc35080b3

BUG=

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

Cr-Commit-Position: refs/heads/master@{#28347}
This commit is contained in:
paul.lind 2015-05-11 11:49:54 -07:00 committed by Commit bot
parent 3226e98020
commit bc7cadd55b
2 changed files with 4 additions and 4 deletions

View File

@ -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[] = {

View File

@ -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[] = {