From: aurel32 Date: Tue, 11 Nov 2008 13:30:24 +0000 (+0000) Subject: Disable debug code for production. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=dc18031fa80f92a1b3952a8e74486721f13865ca;p=qmiga%2Fqemu.git Disable debug code for production. Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5685 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/exec-all.h b/exec-all.h index e3da98a7fc..95c10cd179 100644 --- a/exec-all.h +++ b/exec-all.h @@ -21,7 +21,7 @@ #ifndef _EXEC_ALL_H_ #define _EXEC_ALL_H_ /* 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 */