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 19
Clean up handling of CP0 register 19. Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <1567009614-12438-21-git-send-email-aleksandar.markovic@rt-rk.com>
This commit is contained in:
parent
e8dcfe825a
commit
be274dc18e
2 changed files with 36 additions and 32 deletions
|
@ -395,6 +395,10 @@ typedef struct mips_def_t mips_def_t;
|
|||
#define CP0_REG19__WATCHHI1 1
|
||||
#define CP0_REG19__WATCHHI2 2
|
||||
#define CP0_REG19__WATCHHI3 3
|
||||
#define CP0_REG19__WATCHHI4 4
|
||||
#define CP0_REG19__WATCHHI5 5
|
||||
#define CP0_REG19__WATCHHI6 6
|
||||
#define CP0_REG19__WATCHHI7 7
|
||||
/* CP0 Register 20 */
|
||||
#define CP0_REG20__XCONTEXT 0
|
||||
/* CP0 Register 21 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue