summaryrefslogtreecommitdiff
path: root/exec.c
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-17 15:17:58 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-17 15:17:58 +0000
commit1196be3713ebd728359ada9ebf292f0059694a73 (patch)
tree6690a501a773968ed9a4c927e6971de127f1fa71 /exec.c
parent70956b7719f37c207610b6cd6f29be123414d360 (diff)
downloadqemu-1196be3713ebd728359ada9ebf292f0059694a73.tar.gz
Better ioport debugging output.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2487 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/exec.c b/exec.c
index 6deaf49279..c168abef48 100644
--- a/exec.c
+++ b/exec.c
@@ -47,6 +47,8 @@
//#define DEBUG_TB_CHECK
//#define DEBUG_TLB_CHECK
+//#define DEBUG_IOPORT
+
#if !defined(CONFIG_USER_ONLY)
/* TB consistency checks only implemented for usermode emulation. */
#undef DEBUG_TB_CHECK