Index: src/ic-inl.h |
=================================================================== |
--- src/ic-inl.h (revision 2873) |
+++ src/ic-inl.h (working copy) |
@@ -38,7 +38,7 @@ |
Address IC::address() { |
// Get the address of the call. |
- Address result = pc() - Assembler::kPatchReturnSequenceLength; |
+ Address result = pc() - Assembler::kCallTargetAddressOffset; |
#ifdef ENABLE_DEBUGGER_SUPPORT |
// First check if any break points are active if not just return the address |