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
This commit is contained in:
aurel32 2008-11-11 13:31:10 +00:00
parent 9c08393f26
commit 55489a1739
1 changed files with 2 additions and 2 deletions

View File

@ -30,9 +30,9 @@
#include "tcg-op.h"
#include "qemu-common.h"
#define DO_SINGLE_STEP
/* #define DO_SINGLE_STEP */
#define ALPHA_DEBUG_DISAS
#define DO_TB_FLUSH
/* #define DO_TB_FLUSH */
typedef struct DisasContext DisasContext;
struct DisasContext {