summaryrefslogtreecommitdiff
path: root/exec-all.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-05 21:26:52 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-05 21:26:52 +0000
commit29a7080c2f64261dadd2d3661735a81c6a36cca4 (patch)
tree9565254b6072e8c5edebc2dc0a286e61bf6e2484 /exec-all.h
parent7a916e9291b14f36f8dc9cc0aa2688ac6875cbcf (diff)
downloadqemu-29a7080c2f64261dadd2d3661735a81c6a36cca4.tar.gz
qemu-29a7080c2f64261dadd2d3661735a81c6a36cca4.tar.bz2
qemu-29a7080c2f64261dadd2d3661735a81c6a36cca4.zip
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.h2
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 */