mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
Add mips esil sltiu
This commit is contained in:
parent
ed1aae7fd1
commit
5c07526ece
@ -287,6 +287,12 @@ static int analop_esil(RAnal *a, RAnalOp *op, ut64 addr, const ut8 *buf, int len
|
||||
}
|
||||
}
|
||||
break;
|
||||
case MIPS_INS_SLTIU:
|
||||
{
|
||||
r_strbuf_appendf (&op->esil, "%s,0xffffffff,&,%s,0xffffffff,<,?{%s,1,=,}{,%s,0,=,}",
|
||||
ARG(1), ARG(2), ARG(0), ARG(0));
|
||||
}
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user