Chromium Code Reviews| Index: src/arm/ic-arm.cc |
| =================================================================== |
| --- src/arm/ic-arm.cc (revision 4521) |
| +++ src/arm/ic-arm.cc (working copy) |
| @@ -639,7 +639,7 @@ |
| // Patch the map check. |
| Address ldr_map_instr_address = |
| - inline_end_address - 19 * Assembler::kInstrSize; |
| + inline_end_address - 18 * Assembler::kInstrSize; |
| Assembler::set_target_address_at(ldr_map_instr_address, |
| reinterpret_cast<Address>(map)); |
| return true; |