mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sh2 drc host disassembler integration for gp2x
This commit is contained in:
parent
5a5d765c23
commit
f5939109c4
6 changed files with 26 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue