| Index: src/compiler/mips/instruction-selector-mips.cc
|
| diff --git a/src/compiler/mips/instruction-selector-mips.cc b/src/compiler/mips/instruction-selector-mips.cc
|
| index 41a133997504f5f9fe4759bbf3bab4dbf3ddb5d6..f707e495ae53522400b568d9c68f80b2d280fa08 100644
|
| --- a/src/compiler/mips/instruction-selector-mips.cc
|
| +++ b/src/compiler/mips/instruction-selector-mips.cc
|
| @@ -957,7 +957,7 @@ void InstructionSelector::EmitPrepareArguments(
|
| // Prepare for C function call.
|
| if (descriptor->IsCFunctionCall()) {
|
| Emit(kArchPrepareCallCFunction |
|
| - MiscField::encode(static_cast<int>(descriptor->CParameterCount())),
|
| + MiscField::encode(static_cast<int>(descriptor->ParameterCount())),
|
| 0, nullptr, 0, nullptr);
|
|
|
| // Poke any stack arguments.
|
|
|