| Index: src/mips64/assembler-mips64.h
|
| diff --git a/src/mips64/assembler-mips64.h b/src/mips64/assembler-mips64.h
|
| index 056cc425f9235da8cd5aae03e8b64bd2530302f4..ce71c17f3b74f3b51aba4cedc806ee8fb70237b1 100644
|
| --- a/src/mips64/assembler-mips64.h
|
| +++ b/src/mips64/assembler-mips64.h
|
| @@ -1236,6 +1236,7 @@ class Assembler : public AssemblerBase {
|
|
|
| // Helpers.
|
| void LoadRegPlusOffsetToAt(const MemOperand& src);
|
| + int32_t LoadRegPlusUpperOffsetPartToAt(const MemOperand& src);
|
|
|
| // Relocation for a type-recording IC has the AST id added to it. This
|
| // member variable is a way to pass the information from the call site to
|
|
|