mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-16 08:13:06 +00:00
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:
parent
9c08393f26
commit
55489a1739
@ -30,9 +30,9 @@
|
|||||||
#include "tcg-op.h"
|
#include "tcg-op.h"
|
||||||
#include "qemu-common.h"
|
#include "qemu-common.h"
|
||||||
|
|
||||||
#define DO_SINGLE_STEP
|
/* #define DO_SINGLE_STEP */
|
||||||
#define ALPHA_DEBUG_DISAS
|
#define ALPHA_DEBUG_DISAS
|
||||||
#define DO_TB_FLUSH
|
/* #define DO_TB_FLUSH */
|
||||||
|
|
||||||
typedef struct DisasContext DisasContext;
|
typedef struct DisasContext DisasContext;
|
||||||
struct DisasContext {
|
struct DisasContext {
|
||||||
|
Loading…
Reference in New Issue
Block a user