Chromium Code Reviews| Index: src/arm/macro-assembler-arm.cc |
| =================================================================== |
| --- src/arm/macro-assembler-arm.cc (revision 4311) |
| +++ src/arm/macro-assembler-arm.cc (working copy) |
| @@ -127,7 +127,7 @@ |
| // we have to do it explicitly. |
| WriteRecordedPositions(); |
| - mov(ip, Operand(target, rmode), LeaveCC, cond); |
| + mov(ip, Operand(target, rmode), LeaveCC, cond, false); |
|
Erik Corry
2010/05/03 10:06:28
There should be a comment here to explain why we d
|
| blx(ip, cond); |
| ASSERT(kCallTargetAddressOffset == 2 * kInstrSize); |