Index: src/ia32/assembler-ia32.h |
diff --git a/src/ia32/assembler-ia32.h b/src/ia32/assembler-ia32.h |
index de8b04f84e3e27287eaf0175d322545f1ce9cc3b..51e522e9c727b288c07498cfd431713945fe3b75 100644 |
--- a/src/ia32/assembler-ia32.h |
+++ b/src/ia32/assembler-ia32.h |
@@ -513,6 +513,9 @@ class Assembler : public AssemblerBase { |
// of that call in the instruction stream. |
inline static 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 x86). |
// This is for calls and branches within generated code. |
inline static void deserialization_set_special_target_at( |