Commit dc18031fa80f92a1b3952a8e74486721f13865ca
1 parent
a6e92a65
Disable debug code for production.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5685 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
exec-all.h
| ... | ... | @@ -21,7 +21,7 @@ |
| 21 | 21 | #ifndef _EXEC_ALL_H_ |
| 22 | 22 | #define _EXEC_ALL_H_ |
| 23 | 23 | /* allow to see translation results - the slowdown should be negligible, so we leave it */ |
| 24 | -#define DEBUG_DISAS | |
| 24 | +//#define DEBUG_DISAS | |
| 25 | 25 | |
| 26 | 26 | /* is_jmp field values */ |
| 27 | 27 | #define DISAS_NEXT 0 /* next instruction can be analyzed */ | ... | ... |