mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-08 06:47:33 +00:00
Fix syscall optype for mips
This commit is contained in:
parent
4c04b98b47
commit
3551ac80c8
@ -632,6 +632,8 @@ static int analop(RAnal *anal, RAnalOp *op, ut64 addr, const ut8 *buf, int len)
|
||||
op->type = R_ANAL_OP_TYPE_NOP;
|
||||
break;
|
||||
case MIPS_INS_SYSCALL:
|
||||
op->type = R_ANAL_OP_TYPE_SWI;
|
||||
break;
|
||||
case MIPS_INS_BREAK:
|
||||
op->type = R_ANAL_OP_TYPE_TRAP;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user