aboutsummaryrefslogtreecommitdiff
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
parentBetter way to select -lrt, by Andrzei Zaborowski. (diff)
downloadqemu-kvm-1196be3713ebd728359ada9ebf292f0059694a73.tar.gz
qemu-kvm-1196be3713ebd728359ada9ebf292f0059694a73.tar.bz2
qemu-kvm-1196be3713ebd728359ada9ebf292f0059694a73.zip
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 6deaf4927..c168abef4 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