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<ziqiaok...@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.hender...@linaro.org>
r~