From 58caed6dda60817e2067a0e312b4a6d8524c2b6b Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Wed, 30 Sep 2009 19:44:26 +0200 Subject: 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 --- target-mips/helper.c | 1 - 1 file changed, 1 deletion(-) (limited to 'target-mips') diff --git a/target-mips/helper.c b/target-mips/helper.c index 736902576b..7f659ae6bc 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; -- cgit v1.2.1