summaryrefslogtreecommitdiffstats
path: root/target-sh4
diff options
context:
space:
mode:
Diffstat (limited to 'target-sh4')
-rw-r--r--target-sh4/translate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-sh4/translate.c b/target-sh4/translate.c
index 67056e8..80fb24f 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)
OpenPOWER on IntegriCloud