Index: src/mips/codegen-mips.cc |
diff --git a/src/mips/codegen-mips.cc b/src/mips/codegen-mips.cc |
index 10490e7a7b5e92aacde236c13252fc07d32809d4..5c847fc8f6227e7896aaacb66163eb244dd59764 100644 |
--- a/src/mips/codegen-mips.cc |
+++ b/src/mips/codegen-mips.cc |
@@ -205,7 +205,7 @@ void ElementsTransitionGenerator::GenerateSmiToDouble( |
// Allocate new FixedDoubleArray. |
__ sll(scratch, t1, 2); |
__ Addu(scratch, scratch, FixedDoubleArray::kHeaderSize); |
- __ Allocate(scratch, t2, t3, t5, &gc_required, NO_ALLOCATION_FLAGS); |
+ __ Allocate(scratch, t2, t3, t5, &gc_required, DOUBLE_ALIGNMENT); |
// t2: destination FixedDoubleArray, not tagged as heap object |
// Set destination FixedDoubleArray's length and map. |