| Index: src/debug/x64/debug-x64.cc
|
| diff --git a/src/debug/x64/debug-x64.cc b/src/debug/x64/debug-x64.cc
|
| index a85ddb30936fb9b41fecb53cafcce78432bf654d..f6d48f7cc283117a06d01a9a5f66ea739d0f0bda 100644
|
| --- a/src/debug/x64/debug-x64.cc
|
| +++ b/src/debug/x64/debug-x64.cc
|
| @@ -39,7 +39,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());
|
| static const int kSize = Assembler::kDebugBreakSlotLength;
|
| CodePatcher patcher(isolate, pc, kSize);
|
| Label check_codesize;
|
|
|