target-mips/cpu.h: Fix spell error

CP0IntCtl_IPPC1, the last letter should be 'i', not 'one'.

Backports commit 889912999d3f089cb8b6db8763ebec11022768b9 from qemu
This commit is contained in:
Dongxue Zhang 2018-02-19 00:38:18 -05:00 committed by Lioncash
parent 5c1abe1b1b
commit a0f361c4e3
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -358,7 +358,7 @@ struct CPUMIPSState {
#define CP0St_IE 0
int32_t CP0_IntCtl;
#define CP0IntCtl_IPTI 29
#define CP0IntCtl_IPPC1 26
#define CP0IntCtl_IPPCI 26
#define CP0IntCtl_VS 5
int32_t CP0_SRSCtl;
#define CP0SRSCtl_HSS 26