Richard Henderson <r...@twiddle.net> writes: > On 09/27/2016 10:31 PM, Nikunj A Dadhania wrote: >> + if (!rA(ctx->opcode)) { >> + tcg_gen_movi_i64(cpu_vsrh(xT(ctx->opcode)), 0); >> + } else { >> + tcg_gen_mov_i64(cpu_vsrh(xT(ctx->opcode)), cpu_gpr[rA(ctx->opcode)]); >> + } > > Indentation. Otherwise,
Sure, not sure how it escaped check-patch. Regards Nikunj