diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-05 21:26:52 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-05 21:26:52 +0000 |
commit | a366649c80e588ab46d51a58f8defd86d311594e (patch) | |
tree | 9565254b6072e8c5edebc2dc0a286e61bf6e2484 /exec-all.h | |
parent | 603d3e79b2c64bceb8826d3d65b525188db47797 (diff) |
Disable debug code for production.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4342 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec-all.h')
-rw-r--r-- | exec-all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exec-all.h b/exec-all.h index d98b91d3f3..2efccfe983 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 */ |