sim-card
/
qemu
Archived
10
0
Fork 0

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
This commit is contained in:
aurel32 2008-05-05 21:26:52 +00:00
parent 603d3e79b2
commit a366649c80
1 changed files with 1 additions and 1 deletions

View File

@ -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 */