Index: src/compiler/mips64/instruction-selector-mips64.cc |
diff --git a/src/compiler/mips64/instruction-selector-mips64.cc b/src/compiler/mips64/instruction-selector-mips64.cc |
index 42b6128e109f290034eff75a8793861b60d25aa4..21a478bb4a9ae265663e90f26a8b00dbb178ac26 100644 |
--- a/src/compiler/mips64/instruction-selector-mips64.cc |
+++ b/src/compiler/mips64/instruction-selector-mips64.cc |
@@ -1363,7 +1363,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. |