]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
target-mips: Fix formatting in `decode_extended_mips16_opc'
authorMaciej W. Rozycki <macro@codesourcery.com>
Wed, 5 Nov 2014 15:34:00 +0000 (15:34 +0000)
committerLeon Alrae <leon.alrae@imgtec.com>
Tue, 16 Dec 2014 12:45:19 +0000 (12:45 +0000)
Signed-off-by: Maciej W. Rozycki <macro@codesourcery.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
target-mips/translate.c

index f0b8e6ffe4e3a98e23d7992a2974af2239de84f1..643214aad75ddbfc74932a7669a2b944e4d38055 100644 (file)
@@ -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