| Index: src/ppc/macro-assembler-ppc.cc | 
| diff --git a/src/ppc/macro-assembler-ppc.cc b/src/ppc/macro-assembler-ppc.cc | 
| index 7cd895583ab9667a8abb48926bcc531b3be70055..83a5ef99e9c44492106494e19a476a82d1aaff0d 100644 | 
| --- a/src/ppc/macro-assembler-ppc.cc | 
| +++ b/src/ppc/macro-assembler-ppc.cc | 
| @@ -1150,7 +1150,7 @@ void MacroAssembler::DebugBreak() { | 
| mov(r4, Operand(ExternalReference(Runtime::kDebugBreak, isolate()))); | 
| CEntryStub ces(isolate(), 1); | 
| DCHECK(AllowThisStubCall(&ces)); | 
| -  Call(ces.GetCode(), RelocInfo::DEBUG_BREAK); | 
| +  Call(ces.GetCode(), RelocInfo::DEBUGGER_STATEMENT); | 
| } | 
|  | 
|  | 
|  |