MIPS: Support MIPS16 interlinking.
This commit is contained in:
@@ -239,6 +239,7 @@ typedef enum MIPSIns {
|
||||
MIPSI_B = 0x10000000,
|
||||
MIPSI_J = 0x08000000,
|
||||
MIPSI_JAL = 0x0c000000,
|
||||
MIPSI_JALX = 0x74000000,
|
||||
MIPSI_JR = 0x00000008,
|
||||
MIPSI_JALR = 0x0000f809,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user