diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-17 15:17:58 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-03-17 15:17:58 +0000 |
commit | 1196be3713ebd728359ada9ebf292f0059694a73 (patch) | |
tree | 6690a501a773968ed9a4c927e6971de127f1fa71 /exec.c | |
parent | 70956b7719f37c207610b6cd6f29be123414d360 (diff) | |
download | qemu-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |