target/ppc: Style fixes for translate/vsx-impl.inc.c

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
This commit is contained in:
David Gibson 2019-03-21 23:47:10 +11:00
parent f895d2c820
commit 34b2300cbb

View file

@ -1444,7 +1444,8 @@ static void gen_##name(DisasContext *ctx) \
xb = tcg_const_tl(xB(ctx->opcode)); \ xb = tcg_const_tl(xB(ctx->opcode)); \
t0 = tcg_temp_new_i32(); \ t0 = tcg_temp_new_i32(); \
t1 = tcg_temp_new_i64(); \ t1 = tcg_temp_new_i64(); \
/* uimm > 15 out of bound and for \ /* \
* uimm > 15 out of bound and for \
* uimm > 12 handle as per hardware in helper \ * uimm > 12 handle as per hardware in helper \
*/ \ */ \
if (uimm > 15) { \ if (uimm > 15) { \