| Index: src/compiler/x87/instruction-selector-x87.cc
 | 
| diff --git a/src/compiler/x87/instruction-selector-x87.cc b/src/compiler/x87/instruction-selector-x87.cc
 | 
| index 45779c7823ef011930296c91584a40b2bf06e5c3..a103957405ac65c0447ea26f1dd45908aaf49612 100644
 | 
| --- a/src/compiler/x87/instruction-selector-x87.cc
 | 
| +++ b/src/compiler/x87/instruction-selector-x87.cc
 | 
| @@ -1112,7 +1112,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.
 | 
| 
 |