| Index: src/ppc/debug-ppc.cc
|
| diff --git a/src/ppc/debug-ppc.cc b/src/ppc/debug-ppc.cc
|
| index d4c41f3bb7c3f2d37c4fb00c80ac50c64772facb..fbc1629efa0dfc35ac9fc074737cb4ed4cffbe3e 100644
|
| --- a/src/ppc/debug-ppc.cc
|
| +++ b/src/ppc/debug-ppc.cc
|
| @@ -84,7 +84,9 @@ void DebugCodegen::GenerateDebugBreakStub(MacroAssembler* masm,
|
| if (mode == SAVE_RESULT_REGISTER) __ push(r3);
|
|
|
| __ mov(r3, Operand::Zero()); // no arguments
|
| - __ mov(r4, Operand(ExternalReference::debug_break(masm->isolate())));
|
| + __ mov(r4,
|
| + Operand(ExternalReference(
|
| + Runtime::FunctionForId(Runtime::kDebugBreak), masm->isolate())));
|
|
|
| CEntryStub ceb(masm->isolate(), 1);
|
| __ CallStub(&ceb);
|
|
|