mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target/mips: Clean up handling of CP0 register 3
Clean up handling of CP0 register 3. Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <1567009614-12438-5-git-send-email-aleksandar.markovic@rt-rk.com>
This commit is contained in:
parent
6d27d5bd73
commit
acd3731632
2 changed files with 11 additions and 10 deletions
|
@ -302,6 +302,7 @@ typedef struct mips_def_t mips_def_t;
|
|||
/* CP0 Register 03 */
|
||||
#define CP0_REG03__ENTRYLO1 0
|
||||
#define CP0_REG03__GLOBALNUM 1
|
||||
#define CP0_REG03__TCOPT 7
|
||||
/* CP0 Register 04 */
|
||||
#define CP0_REG04__CONTEXT 0
|
||||
#define CP0_REG04__USERLOCAL 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue