]> git.proxmox.com Git - mirror_qemu.git/commitdiff
target-mips/cpu.h: Fix spell error
authorDongxue Zhang <elta.era@gmail.com>
Wed, 25 Nov 2015 12:57:12 +0000 (20:57 +0800)
committerLeon Alrae <leon.alrae@imgtec.com>
Sat, 23 Jan 2016 14:30:04 +0000 (14:30 +0000)
CP0IntCtl_IPPC1, the last letter should be 'i', not 'one'.

Signed-off-by: Dongxue Zhang <elta.era@gmail.com>
Reviewed-by: Leon Alrae <leon.alrae@imgtec.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/cpu.h

index 89c01f7a3854b284cee8ac63af1fa4428a92ef60..17817c3c57177499e8ed31c28673bd892e77cd60 100644 (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