mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-11 23:16:05 +00:00
Switched generated ESIL of arm64 cbz and cbnz (#8971)
This commit is contained in:
parent
c4984523d4
commit
480740a7f7
@ -1105,11 +1105,11 @@ static int analop64_esil(RAnal *a, RAnalOp *op, ut64 addr, const ut8 *buf, int l
|
||||
break;
|
||||
}
|
||||
case ARM64_INS_CBZ:
|
||||
r_strbuf_setf (&op->esil, "%s,?{,%"PFMT64d",pc,=,}",
|
||||
r_strbuf_setf (&op->esil, "%s,!,?{,%"PFMT64d",pc,=,}",
|
||||
REG64(0), IMM64(1));
|
||||
break;
|
||||
case ARM64_INS_CBNZ:
|
||||
r_strbuf_setf (&op->esil, "%s,!,?{,%"PFMT64d",pc,=,}",
|
||||
r_strbuf_setf (&op->esil, "%s,?{,%"PFMT64d",pc,=,}",
|
||||
REG64(0), IMM64(1));
|
||||
break;
|
||||
case ARM64_INS_TBZ:
|
||||
|
Loading…
Reference in New Issue
Block a user