mirror of https://github.com/xemu-project/xemu.git
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:
parent
f895d2c820
commit
34b2300cbb
|
@ -1444,7 +1444,8 @@ static void gen_##name(DisasContext *ctx) \
|
|||
xb = tcg_const_tl(xB(ctx->opcode)); \
|
||||
t0 = tcg_temp_new_i32(); \
|
||||
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 \
|
||||
*/ \
|
||||
if (uimm > 15) { \
|
||||
|
|
Loading…
Reference in New Issue