]> Git Repo - qemu.git/commitdiff
target-mips: unmatched brackets in if 0
authorMichael S. Tsirkin <[email protected]>
Wed, 30 Sep 2009 17:44:26 +0000 (19:44 +0200)
committerBlue Swirl <[email protected]>
Wed, 30 Sep 2009 18:45:50 +0000 (18:45 +0000)
Fix unmatched braket in commented out code

Signed-off-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
target-mips/helper.c

index 736902576bdb207708fa64729e4449803e8accde..7f659ae6bc684ad97ebf3ea69ec92d86cd15cece 100644 (file)
@@ -195,7 +195,6 @@ static int get_physical_address (CPUState *env, target_ulong *physical,
 #if 0
     qemu_log(TARGET_FMT_lx " %d %d => " TARGET_FMT_lx " %d (%d)\n",
             address, rw, access_type, *physical, *prot, ret);
-    }
 #endif
 
     return ret;
This page took 0.02282 seconds and 4 git commands to generate.