Index: src/lithium-allocator.cc |
diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc |
index fa03bcef903b97c6884e6ebb01b853d089f7e548..7cbae0cdad712d8cebf650945edf53722619f0cd 100644 |
--- a/src/lithium-allocator.cc |
+++ b/src/lithium-allocator.cc |
@@ -963,7 +963,7 @@ void LAllocator::ProcessInstructions(HBasicBlock* block, BitVector* live) { |
} |
} |
- if (instr->ClobbersDoubleRegisters()) { |
+ if (instr->ClobbersDoubleRegisters(isolate())) { |
for (int i = 0; i < DoubleRegister::NumAllocatableRegisters(); ++i) { |
if (output == NULL || !output->IsDoubleRegister() || |
output->index() != i) { |