mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-11 05:25:32 +00:00
target-mips: Make CP0.Status.CU1 read-only for the 5Kc and 5KEc processors
Backports commit 196a7958c65778d05a491309377a65c58f643a1c from qemu
This commit is contained in:
parent
4ee3955e11
commit
6d1bc2c3c7
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue