| Index: src/arm/macro-assembler-arm.cc
|
| ===================================================================
|
| --- src/arm/macro-assembler-arm.cc (revision 2873)
|
| +++ src/arm/macro-assembler-arm.cc (working copy)
|
| @@ -133,7 +133,7 @@
|
| // and the target address of the call would be referenced by the first
|
| // instruction rather than the second one, which would make it harder to patch
|
| // (two instructions before the return address, instead of one).
|
| - ASSERT(kPatchReturnSequenceLength == sizeof(Instr));
|
| + ASSERT(kCallTargetAddressOffset == sizeof(Instr));
|
| }
|
|
|
|
|
|
|