| Index: src/ppc/interface-descriptors-ppc.cc
|
| diff --git a/src/ppc/interface-descriptors-ppc.cc b/src/ppc/interface-descriptors-ppc.cc
|
| index a7790ac9e947a98181b71049aae491e76de02c9c..4ff59bbaf1087da8ef2dc260ca2a9097a532ce05 100644
|
| --- a/src/ppc/interface-descriptors-ppc.cc
|
| +++ b/src/ppc/interface-descriptors-ppc.cc
|
| @@ -63,7 +63,7 @@ const Register GrowArrayElementsDescriptor::KeyRegister() { return r6; }
|
|
|
| void FastNewClosureDescriptor::InitializePlatformSpecific(
|
| CallInterfaceDescriptorData* data) {
|
| - Register registers[] = {r5};
|
| + Register registers[] = {r4, r5, r6};
|
| data->InitializePlatformSpecific(arraysize(registers), registers);
|
| }
|
|
|
|
|