| Index: src/mips64/constants-mips64.h
|
| diff --git a/src/mips64/constants-mips64.h b/src/mips64/constants-mips64.h
|
| index d12148a985e1efd1529472582f2ac762afe04bfc..cc599555b4db0d993d5328c307251b3fe4b05c79 100644
|
| --- a/src/mips64/constants-mips64.h
|
| +++ b/src/mips64/constants-mips64.h
|
| @@ -942,6 +942,7 @@ const int kCArgSlotCount = (kMipsAbi == kN64) ? 0 : 4;
|
| // TODO(plind): find all usages and remove the needless instructions for n64.
|
| const int kCArgsSlotsSize = kCArgSlotCount * Instruction::kInstrSize * 2;
|
|
|
| +const int kInvalidStackOffset = -1;
|
| const int kBranchReturnOffset = 2 * Instruction::kInstrSize;
|
|
|
| } } // namespace v8::internal
|
|
|