qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH v3 20/78] target/mips: add fallthrough pseudo-keyword


From: Philippe Mathieu-Daudé
Subject: Re: [RFC PATCH v3 20/78] target/mips: add fallthrough pseudo-keyword
Date: Mon, 16 Oct 2023 18:51:14 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1

On 13/10/23 10:45, Emmanouil Pitsidianakis wrote:
In preparation of raising -Wimplicit-fallthrough to 5, replace all
fall-through comments with the fallthrough attribute pseudo-keyword.

Signed-off-by: Emmanouil Pitsidianakis <manos.pitsidianakis@linaro.org>
---
  target/mips/sysemu/physaddr.c             |  2 +-
  target/mips/tcg/micromips_translate.c.inc |  4 +-
  target/mips/tcg/mips16e_translate.c.inc   | 30 ++++-----
  target/mips/tcg/mxu_translate.c           |  8 +--
  target/mips/tcg/nanomips_translate.c.inc  |  4 +-
  target/mips/tcg/op_helper.c               |  2 +-
  target/mips/tcg/translate.c               | 79 ++++++++++++-----------
  7 files changed, 66 insertions(+), 63 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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