| Index: src/compiler/ppc/code-generator-ppc.cc
|
| diff --git a/src/compiler/ppc/code-generator-ppc.cc b/src/compiler/ppc/code-generator-ppc.cc
|
| index 8a0c585a380db4b0a56e012a3eda94afa347ca61..46e1122c7f46059ab6db8b4a9c0382871a0d7e70 100644
|
| --- a/src/compiler/ppc/code-generator-ppc.cc
|
| +++ b/src/compiler/ppc/code-generator-ppc.cc
|
| @@ -874,6 +874,9 @@ CodeGenerator::CodeGenResult CodeGenerator::AssembleArchInstruction(
|
| AssembleArchTableSwitch(instr);
|
| DCHECK_EQ(LeaveRC, i.OutputRCBit());
|
| break;
|
| + case kArchDebugBreak:
|
| + __ stop("kArchDebugBreak");
|
| + break;
|
| case kArchNop:
|
| case kArchThrowTerminator:
|
| // don't emit code for nops.
|
|
|