target-ppc: indentation fixes
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5656 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
539390668a
commit
bdc4e053d1
@ -3592,7 +3592,6 @@ static always_inline void gen_bcond (DisasContext *ctx, int type)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (type == BCOND_IM) {
|
if (type == BCOND_IM) {
|
||||||
|
|
||||||
target_ulong li = (target_long)((int16_t)(BD(ctx->opcode)));
|
target_ulong li = (target_long)((int16_t)(BD(ctx->opcode)));
|
||||||
if (likely(AA(ctx->opcode) == 0)) {
|
if (likely(AA(ctx->opcode) == 0)) {
|
||||||
gen_goto_tb(ctx, 0, ctx->nip + li - 4);
|
gen_goto_tb(ctx, 0, ctx->nip + li - 4);
|
||||||
|
Loading…
Reference in New Issue
Block a user