From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mt3G4-00062z-RQ for qemu-devel@nongnu.org; Wed, 30 Sep 2009 13:46:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mt3G0-0005yl-4X for qemu-devel@nongnu.org; Wed, 30 Sep 2009 13:46:32 -0400 Received: from [199.232.76.173] (port=44820 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mt3Fz-0005ya-SF for qemu-devel@nongnu.org; Wed, 30 Sep 2009 13:46:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44564) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mt3Fz-0006ZH-5s for qemu-devel@nongnu.org; Wed, 30 Sep 2009 13:46:27 -0400 Date: Wed, 30 Sep 2009 19:44:26 +0200 From: "Michael S. Tsirkin" Message-ID: <20090930174426.GI1399@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] [PATCH 08/13] target-mips: unmatched brackets in if 0 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org Fix unmatched braket in commented out code Signed-off-by: Michael S. Tsirkin --- 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