From: aurel32 Date: Mon, 5 May 2008 21:26:52 +0000 (+0000) Subject: Disable debug code for production. X-Git-Tag: xen-3.3.0-rc1~194^2^2~110 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a366649c80e588ab46d51a58f8defd86d311594e;p=qemu-xen-3.3-testing.git Disable debug code for production. Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4342 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/exec-all.h b/exec-all.h index d98b91d3..2efccfe9 100644 --- a/exec-all.h +++ b/exec-all.h @@ -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 */