From a0f361c4e36b16c3f1a4830b079006aba74b7180 Mon Sep 17 00:00:00 2001 From: Dongxue Zhang Date: Mon, 19 Feb 2018 00:38:18 -0500 Subject: [PATCH] target-mips/cpu.h: Fix spell error CP0IntCtl_IPPC1, the last letter should be 'i', not 'one'. Backports commit 889912999d3f089cb8b6db8763ebec11022768b9 from qemu --- qemu/target-mips/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/target-mips/cpu.h b/qemu/target-mips/cpu.h index 48e23e19..9530c6c5 100644 --- a/qemu/target-mips/cpu.h +++ b/qemu/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