| Index: src/x64/assembler-x64.h
|
| diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h
|
| index 4259e9b50ef5ccbfd5d5b8f2452b6052697a5543..686b07a4527a660703e78306aa04c8ea7fe2e2c2 100644
|
| --- a/src/x64/assembler-x64.h
|
| +++ b/src/x64/assembler-x64.h
|
| @@ -592,6 +592,9 @@ class Assembler : public AssemblerBase {
|
| static const int kRealPatchReturnSequenceAddressOffset =
|
| kMoveAddressIntoScratchRegisterInstructionLength - kPointerSize;
|
|
|
| + // Return the code target address of the patch debug break slot
|
| + inline static Address break_address_from_break_address(Address pc);
|
| +
|
| // One byte opcode for test eax,0xXXXXXXXX.
|
| static const byte kTestEaxByte = 0xA9;
|
| // One byte opcode for test al, 0xXX.
|
|
|