diff options
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 fe3d0e9458..35b6f08dcc 100644 --- a/target-sh4/translate.c +++ b/target-sh4/translate.c @@ -277,7 +277,7 @@ void decode_opc(DisasContext * ctx) case 0x0038: /* ldtlb */ assert(0); /* XXXXX */ return; - case 0x004b: /* rte */ + case 0x002b: /* rte */ CHECK_NOT_DELAY_SLOT gen_op_rte(); ctx->flags |= DELAY_SLOT; ctx->delayed_pc = (uint32_t) - 1; |