| Index: src/arm/codegen-arm.cc
|
| ===================================================================
|
| --- src/arm/codegen-arm.cc (revision 2960)
|
| +++ src/arm/codegen-arm.cc (working copy)
|
| @@ -4960,12 +4960,12 @@
|
| 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 / kPointerSize,
|
| - result,
|
| - scratch1,
|
| - scratch2,
|
| - need_gc,
|
| - TAG_OBJECT);
|
| + __ AllocateInNewSpace(HeapNumber::kSize / kPointerSize,
|
| + result,
|
| + scratch1,
|
| + scratch2,
|
| + need_gc,
|
| + TAG_OBJECT);
|
|
|
| // Get heap number map and store it in the allocated object.
|
| __ LoadRoot(scratch1, Heap::kHeapNumberMapRootIndex);
|
|
|