| Index: src/debug/s390/debug-s390.cc
|
| diff --git a/src/debug/s390/debug-s390.cc b/src/debug/s390/debug-s390.cc
|
| index c6764c2dcaa32a764f8202ecf210a212ee014da0..9d93a9a097b51c6658cd16b125fe47339db2a0c3 100644
|
| --- a/src/debug/s390/debug-s390.cc
|
| +++ b/src/debug/s390/debug-s390.cc
|
| @@ -45,7 +45,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::kDebugBreakSlotLength);
|
| // Patch the code changing the debug break slot code from
|
| //
|
|
|