| Index: src/compiler/x64/instruction-selector-x64.cc
|
| diff --git a/src/compiler/x64/instruction-selector-x64.cc b/src/compiler/x64/instruction-selector-x64.cc
|
| index 015f1afb50d798720f8734cb1689ead565afdb43..5475beaddcb3c1db3de258149b3c4838e76b0b8e 100644
|
| --- a/src/compiler/x64/instruction-selector-x64.cc
|
| +++ b/src/compiler/x64/instruction-selector-x64.cc
|
| @@ -707,7 +707,7 @@ void InstructionSelector::VisitCall(Node* call, BasicBlock* continuation,
|
| UNREACHABLE();
|
| return;
|
| }
|
| - opcode |= MiscField::encode(descriptor->deoptimization_support());
|
| + opcode |= MiscField::encode(descriptor->flags());
|
|
|
| // Emit the call instruction.
|
| Instruction* call_instr =
|
|
|