From: Maciej W. Rozycki Date: Wed, 5 Nov 2014 15:34:00 +0000 (+0000) Subject: target-mips: Fix formatting in `decode_extended_mips16_opc' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d75de74967f631a7d0b538d4b88f96f9c426bfe2;p=qemu.git target-mips: Fix formatting in `decode_extended_mips16_opc' Signed-off-by: Maciej W. Rozycki Signed-off-by: Leon Alrae --- diff --git a/target-mips/translate.c b/target-mips/translate.c index f0b8e6ffe4..643214aad7 100644 --- a/target-mips/translate.c +++ b/target-mips/translate.c @@ -11099,7 +11099,7 @@ static int decode_extended_mips16_opc (CPUMIPSState *env, DisasContext *ctx) break; #if defined(TARGET_MIPS64) case M16_OPC_LD: - check_mips_64(ctx); + check_mips_64(ctx); gen_ld(ctx, OPC_LD, ry, rx, offset); break; #endif