Index: src/debug/ppc/debug-ppc.cc |
diff --git a/src/debug/ppc/debug-ppc.cc b/src/debug/ppc/debug-ppc.cc |
index a160bc2e9140abf34f3b5e74ff29631ca7746c01..97118f17a121b6a0abbdf008fbe766f3ad7511a8 100644 |
--- a/src/debug/ppc/debug-ppc.cc |
+++ b/src/debug/ppc/debug-ppc.cc |
@@ -41,7 +41,7 @@ void DebugCodegen::ClearDebugBreakSlot(Isolate* isolate, Address pc) { |
void DebugCodegen::PatchDebugBreakSlot(Isolate* isolate, Address pc, |
Handle<Code> code) { |
- DCHECK_EQ(Code::BUILTIN, code->kind()); |
+ DCHECK_EQ(Code::DEBUG_STUB, code->kind()); |
CodePatcher patcher(isolate, pc, Assembler::kDebugBreakSlotInstructions); |
// Patch the code changing the debug break slot code from |
// |