Index: src/lithium-allocator.cc |
diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc |
index 9987161d4da23df2e7d1dbc38e5f5be93e5e47aa..3900fbba52ca69ce8306623a72d0ee7b6fc9c939 100644 |
--- a/src/lithium-allocator.cc |
+++ b/src/lithium-allocator.cc |
@@ -986,7 +986,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) { |