From d75de74967f631a7d0b538d4b88f96f9c426bfe2 Mon Sep 17 00:00:00 2001 From: "Maciej W. Rozycki" Date: Wed, 5 Nov 2014 15:34:00 +0000 Subject: target-mips: Fix formatting in `decode_extended_mips16_opc' Signed-off-by: Maciej W. Rozycki Signed-off-by: Leon Alrae --- target-mips/translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-mips') 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 -- cgit v1.2.3