mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-22 13:31:02 +00:00
target/mips: Add CP0 register MemoryMapID
Add CP0 register MemoryMapID. Only data field is added. The corresponding functionality will be added in future patches. Backports commit 3ef521ee9fe2d01d4bbcf3e4d5c91ed982bf3f60 from qemu
This commit is contained in:
parent
3a276522ac
commit
591ec2a44f
|
@ -535,6 +535,7 @@ struct CPUMIPSState {
|
|||
*/
|
||||
target_ulong CP0_Context;
|
||||
target_ulong CP0_KScratch[MIPS_KSCRATCH_NUM];
|
||||
int32_t CP0_MemoryMapID;
|
||||
/*
|
||||
* CP0 Register 5
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue