Index: src/mips64/assembler-mips64.h |
diff --git a/src/mips64/assembler-mips64.h b/src/mips64/assembler-mips64.h |
index 7c63095452eac03c8b7d613a43086598e3af8cc6..1edb125239b6376c189df2c4334856f1e4dedf9f 100644 |
--- a/src/mips64/assembler-mips64.h |
+++ b/src/mips64/assembler-mips64.h |
@@ -524,6 +524,8 @@ class Assembler : public AssemblerBase { |
// Return the code target address of the patch debug break slot |
inline static Address break_address_from_return_address(Address pc); |
+ static void JumpLabelToJumpRegister(Address pc); |
+ |
static void QuietNaN(HeapObject* nan); |
// This sets the branch destination (which gets loaded at the call address). |
@@ -1444,7 +1446,7 @@ class Assembler : public AssemblerBase { |
// branch instruction generation, where we use jump instructions rather |
// than regular branch instructions. |
bool trampoline_emitted_; |
- static const int kTrampolineSlotsSize = 6 * kInstrSize; |
+ static const int kTrampolineSlotsSize = 2 * kInstrSize; |
static const int kMaxBranchOffset = (1 << (18 - 1)) - 1; |
static const int kInvalidSlotPos = -1; |