qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT 58caed6] target-mips: unmatched brackets in if 0


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 58caed6] target-mips: unmatched brackets in if 0
Date: Wed, 30 Sep 2009 19:01:10 -0000

From: Michael S. Tsirkin <address@hidden>

Fix unmatched braket in commented out code

Signed-off-by: Michael S. Tsirkin <address@hidden>
Signed-off-by: Blue Swirl <address@hidden>

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;




reply via email to

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