Index: src/crankshaft/arm64/lithium-codegen-arm64.cc |
diff --git a/src/crankshaft/arm64/lithium-codegen-arm64.cc b/src/crankshaft/arm64/lithium-codegen-arm64.cc |
index 037a47c57e38da712801e4a1d4a7f3aeb2fd0173..c655b38255a444bf49087c703667d69da3b8ae98 100644 |
--- a/src/crankshaft/arm64/lithium-codegen-arm64.cc |
+++ b/src/crankshaft/arm64/lithium-codegen-arm64.cc |
@@ -1416,7 +1416,7 @@ void LCodeGen::DoAllocate(LAllocate* instr) { |
Register temp2 = ToRegister(instr->temp2()); |
// Allocate memory for the object. |
- AllocationFlags flags = TAG_OBJECT; |
+ AllocationFlags flags = NO_ALLOCATION_FLAGS; |
if (instr->hydrogen()->MustAllocateDoubleAligned()) { |
flags = static_cast<AllocationFlags>(flags | DOUBLE_ALIGNMENT); |
} |