qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 00/27]MIPS pull request for October 2018 - part 1


From: Peter Maydell
Subject: Re: [Qemu-devel] [PULL 00/27]MIPS pull request for October 2018 - part 1
Date: Thu, 18 Oct 2018 16:33:48 +0100

On 17 October 2018 at 13:33, Aleksandar Markovic
<address@hidden> wrote:
> From: Aleksandar Markovic <address@hidden>
>
>   Merge remote-tracking branch 'remotes/kraxel/tags/ui-20181012-pull-request' 
> into staging (2018-10-12 16:45:51 +0100)
>
> are available in the git repository at:
>
>   https://github.com/AMarkovic/qemu tags/mips-queue-oct-2018-part-1
>
> for you to fetch changes up to 5eb2c6f2a5cc56a84ac73b0025cc006064606f73:
>
>   target/mips: Add opcodes for nanoMIPS EVA instructions (2018-10-17 13:44:56 
> +0200)
>
> ----------------------------------------------------------------
> MIPS queue October 2018, part 1
>
> Variety of MIPS fixes and improvements.
> ----------------------------------------------------------------

Hi; I get a build failure for mips linux-user with clang:


/home/petmay01/linaro/qemu-for-merges/target/mips/translate.c:2486:20:
error: unused function 'check_pw' [-Werror,-Wunused-function]
static inline void check_pw(DisasContext *ctx)
                   ^
1 error generated.

check_pw() is defined unconditionally but only used
inside ifndef CONFIG_USER_ONLY guards.

thanks
-- PMM



reply via email to

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