mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
am: 8d06cbd365
Change-Id: I1269796847ae8d9dc0a4a3d427a559b18ef7f89b
This commit is contained in:
@@ -293,6 +293,8 @@ static inline int is_jump_ins(union mips_instruction *ip)
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (ip->j_format.opcode == mm_j32_op)
|
||||
return 1;
|
||||
if (ip->j_format.opcode == mm_jal32_op)
|
||||
return 1;
|
||||
if (ip->r_format.opcode != mm_pool32a_op ||
|
||||
|
||||
Reference in New Issue
Block a user