| Index: src/ia32/codegen-ia32.cc
|
| ===================================================================
|
| --- src/ia32/codegen-ia32.cc (revision 2960)
|
| +++ src/ia32/codegen-ia32.cc (working copy)
|
| @@ -6992,12 +6992,12 @@
|
| Register scratch2,
|
| Register result) {
|
| // Allocate heap number in new space.
|
| - __ AllocateObjectInNewSpace(HeapNumber::kSize,
|
| - result,
|
| - scratch1,
|
| - scratch2,
|
| - need_gc,
|
| - TAG_OBJECT);
|
| + __ AllocateInNewSpace(HeapNumber::kSize,
|
| + result,
|
| + scratch1,
|
| + scratch2,
|
| + need_gc,
|
| + TAG_OBJECT);
|
|
|
| // Set the map.
|
| __ mov(FieldOperand(result, HeapObject::kMapOffset),
|
|
|