| Index: src/x64/codegen-x64.cc
|
| ===================================================================
|
| --- src/x64/codegen-x64.cc (revision 2960)
|
| +++ src/x64/codegen-x64.cc (working copy)
|
| @@ -7204,12 +7204,12 @@
|
| Register scratch,
|
| Register result) {
|
| // Allocate heap number in new space.
|
| - __ AllocateObjectInNewSpace(HeapNumber::kSize,
|
| - result,
|
| - scratch,
|
| - no_reg,
|
| - need_gc,
|
| - TAG_OBJECT);
|
| + __ AllocateInNewSpace(HeapNumber::kSize,
|
| + result,
|
| + scratch,
|
| + no_reg,
|
| + need_gc,
|
| + TAG_OBJECT);
|
|
|
| // Set the map and tag the result.
|
| __ LoadRoot(kScratchRegister, Heap::kHeapNumberMapRootIndex);
|
|
|