| Index: src/ppc/code-stubs-ppc.cc | 
| diff --git a/src/ppc/code-stubs-ppc.cc b/src/ppc/code-stubs-ppc.cc | 
| index 54c611dcd937be718ad6a82c5594070ff6c8c428..de10b55d631ed951dbdea6dfac40895db36cb0ea 100644 | 
| --- a/src/ppc/code-stubs-ppc.cc | 
| +++ b/src/ppc/code-stubs-ppc.cc | 
| @@ -77,6 +77,10 @@ void InternalArrayNoArgumentConstructorStub::InitializeDescriptor( | 
| InitializeInternalArrayConstructorDescriptor(isolate(), descriptor, 0); | 
| } | 
|  | 
| +void FastArrayPushStub::InitializeDescriptor(CodeStubDescriptor* descriptor) { | 
| +  Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry; | 
| +  descriptor->Initialize(r3, deopt_handler, -1, JS_FUNCTION_STUB_MODE); | 
| +} | 
|  | 
| void InternalArraySingleArgumentConstructorStub::InitializeDescriptor( | 
| CodeStubDescriptor* descriptor) { | 
|  |