| 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 b370e96a504471fa450ba0884f4186650e224411..25b8d8530d6370f92cbcc1ef1358896eade74071 100644
|
| --- a/src/compiler/x64/instruction-selector-x64.cc
|
| +++ b/src/compiler/x64/instruction-selector-x64.cc
|
| @@ -671,8 +671,8 @@ void InstructionSelector::VisitCall(Node* call, BasicBlock* continuation,
|
|
|
| FrameStateDescriptor* frame_state_descriptor = NULL;
|
| if (descriptor->NeedsFrameState()) {
|
| - frame_state_descriptor =
|
| - GetFrameStateDescriptor(call->InputAt(descriptor->InputCount()));
|
| + frame_state_descriptor = GetFrameStateDescriptor(
|
| + call->InputAt(static_cast<int>(descriptor->InputCount())));
|
| }
|
|
|
| CallBuffer buffer(zone(), descriptor, frame_state_descriptor);
|
|
|