Commit a366649c80e588ab46d51a58f8defd86d311594e
1 parent
603d3e79
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
Showing
1 changed file
with
1 additions
and
1 deletions
exec-all.h
| @@ -19,7 +19,7 @@ | @@ -19,7 +19,7 @@ | ||
| 19 | */ | 19 | */ |
| 20 | 20 | ||
| 21 | /* allow to see translation results - the slowdown should be negligible, so we leave it */ | 21 | /* allow to see translation results - the slowdown should be negligible, so we leave it */ |
| 22 | -#define DEBUG_DISAS | 22 | +//#define DEBUG_DISAS |
| 23 | 23 | ||
| 24 | /* is_jmp field values */ | 24 | /* is_jmp field values */ |
| 25 | #define DISAS_NEXT 0 /* next instruction can be analyzed */ | 25 | #define DISAS_NEXT 0 /* next instruction can be analyzed */ |