Index: src/assembler.h |
=================================================================== |
--- src/assembler.h (revision 3070) |
+++ src/assembler.h (working copy) |
@@ -217,11 +217,11 @@ |
// Patch the code with a call. |
void PatchCodeWithCall(Address target, int guard_bytes); |
- // Check whether the current instruction is currently a call |
- // sequence (whether naturally or a return sequence overwritten |
- // to enter the debugger). |
- INLINE(bool IsCallInstruction()); |
+ // Check whether this return sequence has been patched |
+ // with a call to the debugger. |
+ INLINE(bool IsPatchedReturnSequence()); |
+ |
#ifdef ENABLE_DISASSEMBLER |
// Printing |
static const char* RelocModeName(Mode rmode); |