mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06: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. Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
This commit is contained in:
parent
04992c8cd1
commit
3ef521ee9f
2 changed files with 4 additions and 2 deletions
|
@ -536,6 +536,7 @@ struct CPUMIPSState {
|
|||
*/
|
||||
target_ulong CP0_Context;
|
||||
target_ulong CP0_KScratch[MIPS_KSCRATCH_NUM];
|
||||
int32_t CP0_MemoryMapID;
|
||||
/*
|
||||
* CP0 Register 5
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue