qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 08/13] target-mips: unmatched brackets in if 0


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PATCH 08/13] target-mips: unmatched brackets in if 0
Date: Wed, 30 Sep 2009 19:44:26 +0200
User-agent: Mutt/1.5.19 (2009-01-05)

Fix unmatched braket in commented out code

Signed-off-by: Michael S. Tsirkin <address@hidden>
---
 target-mips/helper.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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;
-- 
1.6.5.rc2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]