mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-29 17:39:33 +02:00
sh2 drc host disassembler integration for gp2x
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user