mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 21:47:47 +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
1 changed files with 2 additions and 2 deletions
|
@ -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