| Index: src/debug/x87/debug-x87.cc
|
| diff --git a/src/debug/x87/debug-x87.cc b/src/debug/x87/debug-x87.cc
|
| index 029a00415f6912751af72320cd5a8b0e98753134..1cbdf45b8cc12e0e4bc0958ca644921316c3507d 100644
|
| --- a/src/debug/x87/debug-x87.cc
|
| +++ b/src/debug/x87/debug-x87.cc
|
| @@ -38,7 +38,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(code->is_debug_stub());
|
| static const int kSize = Assembler::kDebugBreakSlotLength;
|
| CodePatcher patcher(isolate, pc, kSize);
|
|
|
|
|