Index: src/x64/assembler-x64.h |
diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h |
index 4259e9b50ef5ccbfd5d5b8f2452b6052697a5543..b6283d9e9487f2589378d85cb9bcc2a0e0b10e61 100644 |
--- a/src/x64/assembler-x64.h |
+++ b/src/x64/assembler-x64.h |
@@ -538,6 +538,9 @@ class Assembler : public AssemblerBase { |
// of that call in the instruction stream. |
static inline Address target_address_from_return_address(Address pc); |
+ // Return the code target address of the patch debug break slot |
+ inline static Address break_address_from_return_address(Address pc); |
+ |
// This sets the branch destination (which is in the instruction on x64). |
// This is for calls and branches within generated code. |
inline static void deserialization_set_special_target_at( |