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 e964cdf25ae675ce2f30f2297504aabed0206d75..68d87394f3f7615f8ebf3b47eec8b2ae0d8256e9 100644 |
--- a/src/compiler/mips64/instruction-selector-mips64.cc |
+++ b/src/compiler/mips64/instruction-selector-mips64.cc |
@@ -1370,7 +1370,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. |