Index: src/compiler/x64/code-generator-x64.cc |
diff --git a/src/compiler/x64/code-generator-x64.cc b/src/compiler/x64/code-generator-x64.cc |
index 28966253210c4df158d015e71c3d16f3022fb2a0..fa7f50ea094dd0fa7de99181a7fa4e6a11f938d2 100644 |
--- a/src/compiler/x64/code-generator-x64.cc |
+++ b/src/compiler/x64/code-generator-x64.cc |
@@ -49,7 +49,7 @@ class X64OperandConverter : public InstructionOperandConverter { |
Operand ToOperand(InstructionOperand* op, int extra = 0) { |
DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot()); |
- return SlotToOperand(AllocatedOperand::cast(op)->index()); |
+ return SlotToOperand(AllocatedOperand::cast(op)->index(), extra); |
} |
Operand SlotToOperand(int slot_index, int extra = 0) { |