From: Michael S. Tsirkin Date: Wed, 30 Sep 2009 17:44:26 +0000 (+0200) Subject: target-mips: unmatched brackets in if 0 X-Git-Tag: TizenStudio_2.0_p2.3~7363 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=87a9c139af3c5d92a1ee14408cb8742dfc31dd0f;p=sdk%2Femulator%2Fqemu.git target-mips: unmatched brackets in if 0 Fix unmatched braket in commented out code Signed-off-by: Michael S. Tsirkin Signed-off-by: Blue Swirl --- diff --git a/target-mips/helper.c b/target-mips/helper.c index 7369025..7f659ae 100644 --- a/target-mips/helper.c +++ b/target-mips/helper.c @@ -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;