Index: src/ia32/assembler-ia32.h |
=================================================================== |
--- src/ia32/assembler-ia32.h (revision 2873) |
+++ src/ia32/assembler-ia32.h (working copy) |
@@ -437,7 +437,7 @@ |
// Distance between the address of the code target in the call instruction |
// and the return address |
- static const int kPatchReturnSequenceLength = kPointerSize; |
+ static const int kCallTargetAddressOffset = kPointerSize; |
// Distance between start of patched return sequence and the emitted address |
// to jump to. |
static const int kPatchReturnSequenceAddressOffset = 1; // JMP imm32. |