sh2 drc host disassembler integration for gp2x

This commit is contained in:
kub 2019-03-20 21:12:10 +01:00
parent 5a5d765c23
commit f5939109c4
6 changed files with 26 additions and 11 deletions

View file

@ -2744,7 +2744,7 @@ end_op:
if (drcf.pending_branch_direct)
{
struct op_data *opd_b =
(op_flags[i] & OF_DELAY_OP) ? &ops[i-1] : opd;
(op_flags[i] & OF_DELAY_OP) ? opd-1 : opd;
u32 target_pc = opd_b->imm;
int cond = -1, ncond = -1;
void *target = NULL;