From 6d1bc2c3c7c4aa19e32646c68554035e5a3c76ba Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Sun, 11 Feb 2018 17:10:40 -0500 Subject: [PATCH] target-mips: Make CP0.Status.CU1 read-only for the 5Kc and 5KEc processors Backports commit 196a7958c65778d05a491309377a65c58f643a1c from qemu --- qemu/target-mips/translate_init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu/target-mips/translate_init.c b/qemu/target-mips/translate_init.c index 088adc4f..31d25458 100644 --- a/qemu/target-mips/translate_init.c +++ b/qemu/target-mips/translate_init.c @@ -604,7 +604,7 @@ static const mips_def_t mips_defs[] = 4, 32, 2, - 0x32F8FFFF, + 0x12F8FFFF, 0, 0, 0, @@ -786,7 +786,7 @@ static const mips_def_t mips_defs[] = 4, 32, 2, - 0x32F8FFFF, + 0x12F8FFFF, 0, 0, 0,