From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KbcCs-0004HB-1E for qemu-devel@nongnu.org; Fri, 05 Sep 2008 10:22:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KbcCq-0004GK-Vb for qemu-devel@nongnu.org; Fri, 05 Sep 2008 10:22:37 -0400 Received: from [199.232.76.173] (port=35436 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KbcCq-0004GA-6E for qemu-devel@nongnu.org; Fri, 05 Sep 2008 10:22:36 -0400 Received: from savannah.gnu.org ([199.232.41.3]:45742 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KbcCq-0007ox-Ef for qemu-devel@nongnu.org; Fri, 05 Sep 2008 10:22:36 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1KbcCf-000864-Mw for qemu-devel@nongnu.org; Fri, 05 Sep 2008 14:22:25 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1KbcCf-000860-8V for qemu-devel@nongnu.org; Fri, 05 Sep 2008 14:22:25 +0000 MIME-Version: 1.0 Errors-To: aurel32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Aurelien Jarno Message-Id: Date: Fri, 05 Sep 2008 14:22:25 +0000 Subject: [Qemu-devel] [5169] Revert "TCG: enable debug" Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 5169 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5169 Author: aurel32 Date: 2008-09-05 14:22:24 +0000 (Fri, 05 Sep 2008) Log Message: ----------- Revert "TCG: enable debug" This reverts commit 5166, commited by error. Modified Paths: -------------- trunk/tcg/tcg.h Modified: trunk/tcg/tcg.h =================================================================== --- trunk/tcg/tcg.h 2008-09-05 14:19:51 UTC (rev 5168) +++ trunk/tcg/tcg.h 2008-09-05 14:22:24 UTC (rev 5169) @@ -116,7 +116,7 @@ Users of tcg_gen_* don't need to know about any of this, and should treat TCGv as an opaque type. */ -#define DEBUG_TCGV 1 +//#define DEBUG_TCGV 1 #ifdef DEBUG_TCGV