qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v7 1/2] target/i386: Trivial code motion and code style fix


From: Richard Henderson
Subject: Re: [PATCH v7 1/2] target/i386: Trivial code motion and code style fix
Date: Wed, 7 Jul 2021 14:01:10 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 5/30/21 8:01 AM, Ziqiao Kong wrote:
A new pair of braces has to be added to declare variables in the case block.
The code style is also fixed according to the transalte.c itself during the
code motion.

Signed-off-by: Ziqiao Kong<ziqiaokong@gmail.com>
---
Sorry for the duplicate emails due to my bad network. The v7 has no
difference from v6 and is sent just for clarification.
Changes since v5:
- None
Changes since v4:
- Rewrite commit message to specify the reason to add the braces.
---
  target/i386/tcg/translate.c | 957 ++++++++++++++++++------------------
  1 file changed, 484 insertions(+), 473 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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