| Index: src/mips/macro-assembler-mips.h
|
| ===================================================================
|
| --- src/mips/macro-assembler-mips.h (revision 10481)
|
| +++ src/mips/macro-assembler-mips.h (working copy)
|
| @@ -1322,6 +1322,10 @@
|
| void PatchRelocatedValue(Register li_location,
|
| Register scratch,
|
| Register new_value);
|
| + // Get the relocatad value (loaded data) from the lui/ori pair.
|
| + void GetRelocatedValue(Register li_location,
|
| + Register value,
|
| + Register scratch);
|
|
|
| private:
|
| void CallCFunctionHelper(Register function,
|
|
|