Chromium Code Reviews| Index: src/arm/assembler-arm.h |
| =================================================================== |
| --- src/arm/assembler-arm.h (revision 3154) |
| +++ src/arm/assembler-arm.h (working copy) |
| @@ -437,6 +437,9 @@ |
| INLINE(static Address target_address_at(Address pc)); |
| INLINE(static void set_target_address_at(Address pc, Address target)); |
| + // Read/Modify the code target address in a constant pool entry. |
|
Mads Ager (chromium)
2009/10/28 11:55:16
Delete "Read/" as there is no read accessor.
|
| + inline static void set_target_at(Address constant_pool_entry, Address target); |
| + |
| // Here we are patching the address in the constant pool, not the actual call |
| // instruction. The address in the constant pool is the same size as a |
| // pointer. |