Index: src/x64/debug-x64.cc |
diff --git a/src/x64/debug-x64.cc b/src/x64/debug-x64.cc |
index bdb9e51202303a1beb72eb8858b62d31bc3378ea..4703e42354746586dfc2558173d0563089800493 100644 |
--- a/src/x64/debug-x64.cc |
+++ b/src/x64/debug-x64.cc |
@@ -48,7 +48,7 @@ bool Debug::IsDebugBreakAtReturn(v8::internal::RelocInfo* rinfo) { |
bool BreakLocationIterator::IsDebugBreakAtSlot() { |
ASSERT(IsDebugBreakSlot()); |
// Check whether the debug break slot instructions have been patched. |
- return !Assembler::IsNop(rinfo()->pc()); |
+ return rinfo()->IsPatchedDebugBreakSlotSequence(); |
} |