From: Dongxue Zhang Date: Wed, 25 Nov 2015 12:57:12 +0000 (+0800) Subject: target-mips/cpu.h: Fix spell error X-Git-Tag: v2.6.0-rc0~204^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=889912999d3f089cb8b6db8763ebec11022768b9;p=thirdparty%2Fqemu.git target-mips/cpu.h: Fix spell error CP0IntCtl_IPPC1, the last letter should be 'i', not 'one'. Signed-off-by: Dongxue Zhang Reviewed-by: Leon Alrae Signed-off-by: Leon Alrae --- diff --git a/target-mips/cpu.h b/target-mips/cpu.h index 89c01f7a385..17817c3c571 100644 --- a/target-mips/cpu.h +++ b/target-mips/cpu.h @@ -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