Index: src/arm/codegen-arm.cc |
=================================================================== |
--- src/arm/codegen-arm.cc (revision 2795) |
+++ src/arm/codegen-arm.cc (working copy) |
@@ -4950,7 +4950,7 @@ |
Register scratch2) { // Another scratch register. |
// Allocate an object in the heap for the heap number and tag it as a heap |
// object. |
- __ AllocateObjectInNewSpace(HeapNumber::kSize, |
+ __ AllocateObjectInNewSpace(HeapNumber::kSize / kPointerSize, |
result, |
scratch1, |
scratch2, |