| Index: src/ppc/macro-assembler-ppc.cc
 | 
| diff --git a/src/ppc/macro-assembler-ppc.cc b/src/ppc/macro-assembler-ppc.cc
 | 
| index b646b36c19b700607047f4ab4206c9d010dbefda..3c80610b10ad684f8a6bc950915208c549ce498b 100644
 | 
| --- a/src/ppc/macro-assembler-ppc.cc
 | 
| +++ b/src/ppc/macro-assembler-ppc.cc
 | 
| @@ -1147,7 +1147,8 @@ void MacroAssembler::IsObjectNameType(Register object, Register scratch,
 | 
|  
 | 
|  void MacroAssembler::DebugBreak() {
 | 
|    li(r3, Operand::Zero());
 | 
| -  mov(r4, Operand(ExternalReference(Runtime::kDebugBreak, isolate())));
 | 
| +  mov(r4,
 | 
| +      Operand(ExternalReference(Runtime::kHandleDebuggerStatement, isolate())));
 | 
|    CEntryStub ces(isolate(), 1);
 | 
|    DCHECK(AllowThisStubCall(&ces));
 | 
|    Call(ces.GetCode(), RelocInfo::DEBUGGER_STATEMENT);
 | 
| 
 |