mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
target/mips: Clean up handling of CP0 register 14
Clean up handling of CP0 register 14. Reviewed-by: Aleksandar Rikalo <arikalo@wavecomp.com> Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com> Message-Id: <1567009614-12438-16-git-send-email-aleksandar.markovic@rt-rk.com>
This commit is contained in:
parent
e3c7559d89
commit
35e4b54d90
2 changed files with 5 additions and 4 deletions
|
@ -361,6 +361,7 @@ typedef struct mips_def_t mips_def_t;
|
|||
#define CP0_REG13__NESTEDEXC 5
|
||||
/* CP0 Register 14 */
|
||||
#define CP0_REG14__EPC 0
|
||||
#define CP0_REG14__NESTEDEPC 2
|
||||
/* CP0 Register 15 */
|
||||
#define CP0_REG15__PRID 0
|
||||
#define CP0_REG15__EBASE 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue