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 16
Clean up handling of CP0 register 16. Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <1567009614-12438-18-git-send-email-aleksandar.markovic@rt-rk.com>
This commit is contained in:
parent
4466cd49e5
commit
433efb4cca
2 changed files with 32 additions and 31 deletions
|
@ -375,7 +375,8 @@ typedef struct mips_def_t mips_def_t;
|
|||
#define CP0_REG16__CONFIG3 3
|
||||
#define CP0_REG16__CONFIG4 4
|
||||
#define CP0_REG16__CONFIG5 5
|
||||
#define CP0_REG00__CONFIG7 7
|
||||
#define CP0_REG16__CONFIG6 6
|
||||
#define CP0_REG16__CONFIG7 7
|
||||
/* CP0 Register 17 */
|
||||
#define CP0_REG17__LLADDR 0
|
||||
#define CP0_REG17__MAAR 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue