| 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 7ed5c08e8d0bd0442ac445f70254572312a3ef43..2dfd40134382024e3cabc88383af47dcadb29bdc 100644
|
| --- a/src/compiler/x64/instruction-selector-x64.cc
|
| +++ b/src/compiler/x64/instruction-selector-x64.cc
|
| @@ -922,7 +922,7 @@ void InstructionSelector::VisitFloat64RoundTiesAway(Node* node) {
|
|
|
| void InstructionSelector::VisitCall(Node* node) {
|
| X64OperandGenerator g(this);
|
| - CallDescriptor* descriptor = OpParameter<CallDescriptor*>(node);
|
| + const CallDescriptor* descriptor = OpParameter<const CallDescriptor*>(node);
|
|
|
| FrameStateDescriptor* frame_state_descriptor = NULL;
|
| if (descriptor->NeedsFrameState()) {
|
|
|