Commit 34b2300c authored by David Gibson's avatar David Gibson
Browse files

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

parent f895d2c8
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -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) {                                            \