Add the missing fail arc for SBRx instruction ##anal

This commit is contained in:
dogtopus 2019-01-03 05:52:16 -04:00 committed by radare
parent e325b3c6de
commit 40b997297f

View File

@ -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,