Commit 86e0abc7674626b9c21eb71bd15f52c2af34a5d6

Authored by aurel32
1 parent 7c9bde45

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
Showing 1 changed file with 1 additions and 1 deletions
target-sh4/translate.c
... ... @@ -1392,7 +1392,7 @@ void _decode_opc(DisasContext * ctx)
1392 1392 tcg_gen_qemu_st32 (cpu_##reg, addr, ctx->memidx); \
1393 1393 tcg_temp_free(addr); \
1394 1394 tcg_gen_subi_i32(REG(B11_8), REG(B11_8), 4); \
1395   - }
  1395 + } \
1396 1396 return;
1397 1397 LDST(gbr, 0x401e, 0x4017, 0x0012, 0x4013)
1398 1398 LDST(vbr, 0x402e, 0x4027, 0x0022, 0x4023)
... ...