diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-02 08:42:16 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-02 08:42:16 +0000 |
commit | 86e0abc7674626b9c21eb71bd15f52c2af34a5d6 (patch) | |
tree | 0048f3b17efc584e53be1fcfbac825acbce91463 /target-sh4 | |
parent | 7c9bde456972804fe56cbd78fc7e776effe4baac (diff) |
SH4: fix a regression introduced in r5122
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5132 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sh4')
-rw-r--r-- | target-sh4/translate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sh4/translate.c b/target-sh4/translate.c index 67056e8098..80fb24f451 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c @@ -1392,7 +1392,7 @@ void _decode_opc(DisasContext * ctx) tcg_gen_qemu_st32 (cpu_##reg, addr, ctx->memidx); \ tcg_temp_free(addr); \ tcg_gen_subi_i32(REG(B11_8), REG(B11_8), 4); \ - } + } \ return; LDST(gbr, 0x401e, 0x4017, 0x0012, 0x4013) LDST(vbr, 0x402e, 0x4027, 0x0022, 0x4023) |