Index: src/ic.h |
diff --git a/src/ic.h b/src/ic.h |
index 94e83dc519aef17cd6adc7dffbe476532fbdc572..d2c98c0869799e5fc5e8e81a40a4ced4ff995eeb 100644 |
--- a/src/ic.h |
+++ b/src/ic.h |
@@ -165,6 +165,7 @@ class IC { |
// Access the target code for the given IC address. |
static inline Code* GetTargetAtAddress(Address address); |
static inline void SetTargetAtAddress(Address address, Code* target); |
+ static void PostPatching(); |
private: |
// Frame pointer for the frame that uses (calls) the IC. |