diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-05 14:19:35 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-05 14:19:35 +0000 |
commit | b24a39fab06a62b4a04b86dab592ede42c92c7e2 (patch) | |
tree | 798aa2d89e138019ecb05f5ddb9b793db5cd3127 /tcg | |
parent | cdcf4e51aab3e84c0db8abe2c1d6bbab32c4a363 (diff) |
TCG: enable debug
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5166 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg')
-rw-r--r-- | tcg/tcg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ typedef tcg_target_ulong TCGArg; Users of tcg_gen_* don't need to know about any of this, and should treat TCGv as an opaque type. */ -//#define DEBUG_TCGV 1 +#define DEBUG_TCGV 1 #ifdef DEBUG_TCGV |