From: notaz Date: Sun, 18 Oct 2009 20:48:03 +0000 (+0000) Subject: 32x: drc: bugfix X-Git-Tag: v1.85~231 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b2b46b05d5fbabb59c1392fbfdf8c715ef02a83;p=picodrive.git 32x: drc: bugfix git-svn-id: file:///home/notaz/opt/svn/PicoDrive@819 be3aeb3a-fb24-0410-a615-afba39da0efa --- diff --git a/cpu/sh2/compiler.c b/cpu/sh2/compiler.c index 332ba408..7c3a1368 100644 --- a/cpu/sh2/compiler.c +++ b/cpu/sh2/compiler.c @@ -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++;