| Index: src/ia32/assembler-ia32.h
|
| diff --git a/src/ia32/assembler-ia32.h b/src/ia32/assembler-ia32.h
|
| index de8b04f84e3e27287eaf0175d322545f1ce9cc3b..f63af9387551c85db6ac7282e6066de14d2e8cd3 100644
|
| --- a/src/ia32/assembler-ia32.h
|
| +++ b/src/ia32/assembler-ia32.h
|
| @@ -533,6 +533,9 @@ class Assembler : public AssemblerBase {
|
| // to jump to.
|
| static const int kPatchDebugBreakSlotAddressOffset = 1; // JMP imm32.
|
|
|
| + // Return the code target address of the patch debug break slot
|
| + inline static Address break_address_from_break_address(Address pc);
|
| +
|
| static const int kCallInstructionLength = 5;
|
| static const int kPatchDebugBreakSlotReturnOffset = kPointerSize;
|
| static const int kJSReturnSequenceLength = 6;
|
|
|