target/i386: Trivial code motion and code style fix
commit505910a6e2d5ca374cbbed874251952d113c7919
authorZiqiao Kong <ziqiaokong@gmail.com>
Sun, 30 May 2021 15:01:12 +0000 (30 23:01 +0800)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 13 Jul 2021 15:13:19 +0000 (13 08:13 -0700)
treef810c80923f55ae2894043ad1f629a479770039f
parent080ac33542d7ee042710f05c023fe5e3a70b9ebf
target/i386: Trivial code motion and code style fix

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>
Message-Id: <20210530150112.74411-1-ziqiaokong@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/i386/tcg/translate.c