Index: src/x64/assembler-x64.h |
=================================================================== |
--- src/x64/assembler-x64.h (revision 2873) |
+++ src/x64/assembler-x64.h (working copy) |
@@ -447,7 +447,7 @@ |
// Distance between the address of the code target in the call instruction |
// and the return address. Checked in the debug build. |
- static const int kPatchReturnSequenceLength = 3 + kPointerSize; |
+ static const int kCallTargetAddressOffset = 3 + kPointerSize; |
// Distance between start of patched return sequence and the emitted address |
// to jump to (movq = REX.W 0xB8+r.). |
static const int kPatchReturnSequenceAddressOffset = 2; |