mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: drc: bugfix
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@819 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
72f63cf06c
commit
2b2b46b05d
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ static void *sh2_translate(SH2 *sh2, block_desc *other_block)
|
|||
if (delayed_op > 0)
|
||||
delayed_op--;
|
||||
|
||||
op = p32x_sh2_read16(pc, sh2->is_slave);
|
||||
op = p32x_sh2_read16(pc, sh2);
|
||||
|
||||
#if (DRC_DEBUG & 3)
|
||||
insns_compiled++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue