mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
target/mips: Clean up handling of CP0 register 12
Clean up handling of CP0 register 12. Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <1567009614-12438-14-git-send-email-aleksandar.markovic@rt-rk.com>
This commit is contained in:
parent
f5f3834ff0
commit
2b0848674b
2 changed files with 19 additions and 16 deletions
|
@ -350,6 +350,9 @@ typedef struct mips_def_t mips_def_t;
|
|||
#define CP0_REG12__STATUS 0
|
||||
#define CP0_REG12__INTCTL 1
|
||||
#define CP0_REG12__SRSCTL 2
|
||||
#define CP0_REG12__SRSMAP 3
|
||||
#define CP0_REG12__VIEW_IPL 4
|
||||
#define CP0_REG12__SRSMAP2 5
|
||||
#define CP0_REG12__GUESTCTL0 6
|
||||
#define CP0_REG12__GTOFFSET 7
|
||||
/* CP0 Register 13 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue