Index: src/mips64/constants-mips64.h |
diff --git a/src/mips64/constants-mips64.h b/src/mips64/constants-mips64.h |
index 0284478c08ed64f4b20ae4b18eb20c1f1b9347b1..4c663e2a50a085e924f490d9fe53786fb59c9386 100644 |
--- a/src/mips64/constants-mips64.h |
+++ b/src/mips64/constants-mips64.h |
@@ -282,6 +282,8 @@ const int kJumpAddrMask = (1 << (kImm26Bits + kImmFieldShift)) - 1; |
const int64_t kHi16MaskOf64 = (int64_t)0xffff << 48; |
const int64_t kSe16MaskOf64 = (int64_t)0xffff << 32; |
const int64_t kTh16MaskOf64 = (int64_t)0xffff << 16; |
+const int32_t kJalRawMark = 0x00000000; |
+const int32_t kJRawMark = 0xf0000000; |
// ----- MIPS Opcodes and Function Fields. |
// We use this presentation to stay close to the table representation in |