diff options
Diffstat (limited to '')
-rw-r--r-- | src/lj_target_mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_target_mips.h b/src/lj_target_mips.h index ac72528d..6a7d4b50 100644 --- a/src/lj_target_mips.h +++ b/src/lj_target_mips.h | |||
@@ -239,6 +239,7 @@ typedef enum MIPSIns { | |||
239 | MIPSI_B = 0x10000000, | 239 | MIPSI_B = 0x10000000, |
240 | MIPSI_J = 0x08000000, | 240 | MIPSI_J = 0x08000000, |
241 | MIPSI_JAL = 0x0c000000, | 241 | MIPSI_JAL = 0x0c000000, |
242 | MIPSI_JALX = 0x74000000, | ||
242 | MIPSI_JR = 0x00000008, | 243 | MIPSI_JR = 0x00000008, |
243 | MIPSI_JALR = 0x0000f809, | 244 | MIPSI_JALR = 0x0000f809, |
244 | 245 | ||