Index: src/x87/assembler-x87.h |
diff --git a/src/x87/assembler-x87.h b/src/x87/assembler-x87.h |
index 162416735b0be3150e9f6efa4a95de00d3f6fd1c..1de3ddfa72a732d8434018f78d9506409f439ecd 100644 |
--- a/src/x87/assembler-x87.h |
+++ b/src/x87/assembler-x87.h |
@@ -522,6 +522,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; |