Index: src/compiler/ia32/instruction-selector-ia32.cc |
diff --git a/src/compiler/ia32/instruction-selector-ia32.cc b/src/compiler/ia32/instruction-selector-ia32.cc |
index 3ffdd30040ac1aaf77f0a79ddbb6cec161d1c5d9..9e0733e46c46742fb4faa677f8b7002659a1c83a 100644 |
--- a/src/compiler/ia32/instruction-selector-ia32.cc |
+++ b/src/compiler/ia32/instruction-selector-ia32.cc |
@@ -1097,7 +1097,7 @@ void InstructionSelector::EmitPrepareArguments( |
InstructionOperand temps[] = {g.TempRegister()}; |
size_t const temp_count = arraysize(temps); |
Emit(kArchPrepareCallCFunction | |
- MiscField::encode(static_cast<int>(descriptor->CParameterCount())), |
+ MiscField::encode(static_cast<int>(descriptor->ParameterCount())), |
0, nullptr, 0, nullptr, temp_count, temps); |
// Poke any stack arguments. |