| Index: src/arm/ic-arm.cc
|
| diff --git a/src/arm/ic-arm.cc b/src/arm/ic-arm.cc
|
| index 8dc6d08db3169ac92620767f6e3d1afc6507df63..134dfa3952b568e15de40bf431b66d1bb97ad12c 100644
|
| --- a/src/arm/ic-arm.cc
|
| +++ b/src/arm/ic-arm.cc
|
| @@ -930,7 +930,7 @@ bool KeyedLoadIC::PatchInlinedLoad(Address address, Object* map) {
|
| // Patch the map check.
|
| Address ldr_map_instr_address =
|
| inline_end_address -
|
| - (CodeGenerator::kInlinedKeyedLoadInstructionsAfterPatch *
|
| + (CodeGenerator::GetInlinedKeyedLoadInstructionsAfterPatch() *
|
| Assembler::kInstrSize);
|
| Assembler::set_target_address_at(ldr_map_instr_address,
|
| reinterpret_cast<Address>(map));
|
|
|