From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jt8D1-00075f-UZ for qemu-devel@nongnu.org; Mon, 05 May 2008 17:26:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jt8D1-000758-B3 for qemu-devel@nongnu.org; Mon, 05 May 2008 17:26:55 -0400 Received: from [199.232.76.173] (port=54301 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jt8D1-000753-4P for qemu-devel@nongnu.org; Mon, 05 May 2008 17:26:55 -0400 Received: from savannah.gnu.org ([199.232.41.3] 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 1Jt8D0-0001ON-PB for qemu-devel@nongnu.org; Mon, 05 May 2008 17:26:54 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.63) (envelope-from ) id 1Jt8D0-0007Sk-17 for qemu-devel@nongnu.org; Mon, 05 May 2008 21:26:54 +0000 Received: from aurel32 by cvs.savannah.gnu.org with local (Exim 4.63) (envelope-from ) id 1Jt8Cz-0007Se-LK for qemu-devel@nongnu.org; Mon, 05 May 2008 21:26:53 +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: Mon, 05 May 2008 21:26:53 +0000 Subject: [Qemu-devel] [4342] Disable debug code for production. 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: 4342 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4342 Author: aurel32 Date: 2008-05-05 21:26:52 +0000 (Mon, 05 May 2008) Log Message: ----------- Disable debug code for production. Signed-off-by: Aurelien Jarno Modified Paths: -------------- trunk/exec-all.h Modified: trunk/exec-all.h =================================================================== --- trunk/exec-all.h 2008-05-05 21:26:43 UTC (rev 4341) +++ trunk/exec-all.h 2008-05-05 21:26:52 UTC (rev 4342) @@ -19,7 +19,7 @@ */ /* allow to see translation results - the slowdown should be negligible, so we leave it */ -#define DEBUG_DISAS +//#define DEBUG_DISAS /* is_jmp field values */ #define DISAS_NEXT 0 /* next instruction can be analyzed */