mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-22 07:13:43 +00:00
Add the missing fail arc for SBRx instruction ##anal
This commit is contained in:
parent
e325b3c6de
commit
40b997297f
@ -1453,6 +1453,7 @@ INST_HANDLER (sbrx) { // SBRC Rr, b
|
||||
cpu);
|
||||
r_strbuf_fini (&next_op.esil);
|
||||
op->jump = op->addr + next_op.size + 2;
|
||||
op->fail = op->addr + 2;
|
||||
|
||||
// cycles
|
||||
op->cycles = 1; // XXX: This is a bug, because depends on eval state,
|
||||
|
Loading…
x
Reference in New Issue
Block a user