Commit 55489a17393ccffcda2a587e67b427621219deca
1 parent
9c08393f
target-alpha: disable single stepping and TB flush by default
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5690 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
2 additions
and
2 deletions
target-alpha/translate.c
... | ... | @@ -30,9 +30,9 @@ |
30 | 30 | #include "tcg-op.h" |
31 | 31 | #include "qemu-common.h" |
32 | 32 | |
33 | -#define DO_SINGLE_STEP | |
33 | +/* #define DO_SINGLE_STEP */ | |
34 | 34 | #define ALPHA_DEBUG_DISAS |
35 | -#define DO_TB_FLUSH | |
35 | +/* #define DO_TB_FLUSH */ | |
36 | 36 | |
37 | 37 | typedef struct DisasContext DisasContext; |
38 | 38 | struct DisasContext { | ... | ... |