qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] target-mips/cpu.h: Fix spell error


From: Leon Alrae
Subject: Re: [Qemu-devel] [PATCH] target-mips/cpu.h: Fix spell error
Date: Wed, 25 Nov 2015 13:09:56 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 25/11/15 12:57, Dongxue Zhang wrote:
> CP0IntCtl_IPPC1, the last letter should be 'i', not 'one'.
> 
> Signed-off-by: Dongxue Zhang <address@hidden>
> ---
>  target-mips/cpu.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/target-mips/cpu.h b/target-mips/cpu.h
> index 89c01f7..17817c3 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
> 

Thanks for the patch. I've applied it to post-2.5 target-mips queue.

Regards,
Leon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]