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)
commita2ecf08c4c1ba3f32f565fe035d9c5ee10d496b9
treeea013f501ff8bd89f56af068d1a028e6386840b8
parent2bb5eaed36707bf8ad5f8075e54a062168baa832
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