From c5e814b2719572abafc4359ef8ec3effd2087233 Mon Sep 17 00:00:00 2001 From: ths Date: Sat, 29 Sep 2007 19:52:22 +0000 Subject: Fix rte opcode, by Magnus Damm. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3273 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-sh4/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-sh4/translate.c') 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; -- cgit v1.2.3