mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-18 07:32:06 -06:00
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
1 changed files with 8 additions and 7 deletions
|
@ -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) { \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue