On 10 November 2014 14:57, Peter Maydell <peter.mayd...@linaro.org> wrote:
> Applied, thanks.

PS: you might like to look at suppressing these relatively
new clang warnings:

target-mips/translate.c:1968:15: warning: no case matching constant
switch condition '16'
FOP_CONDNS(s, FMT_S, 32, gen_store_fpr32(fp0, fd))
              ^~~~~
target-mips/translate.c:1885:13: note: expanded from macro 'FOP_CONDNS'
    switch (ifmt) {                                                     \
            ^

That can wait for 2.3 though, we have plenty of other clang
warnings still and the code looks correct.

thanks
-- PMM

Reply via email to