]> git.proxmox.com Git - qemu.git/commit
target-mips: 4Kc, 4KEc cores do not support MIPS16
authorStefan Weil <weil@mail.berlios.de>
Tue, 15 Dec 2009 13:43:40 +0000 (14:43 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 16 Dec 2009 17:20:19 +0000 (18:20 +0100)
commit73642f5bdb71f478f221593ec7b06c974a2cb5b6
treeea013f501ff8bd89f56af068d1a028e6386840b8
parent4c24aa0a69796005447982a6c70bf58c66311bdc
target-mips: 4Kc, 4KEc cores do not support MIPS16

4Kc, 4KEc cores do not support MIPS16, so not only the
CP0_Config1 had to be fixed (see previous patch),
but also MIPS16 instructions must not be executed.

(Hint from Nathan Froyd, thanks).

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-mips/translate_init.c