mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Fix rte opcode, by Magnus Damm.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3273 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user