Commit b24a39fab06a62b4a04b86dab592ede42c92c7e2
1 parent
cdcf4e51
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
Showing
1 changed file
with
1 additions
and
1 deletions
tcg/tcg.h
@@ -116,7 +116,7 @@ typedef tcg_target_ulong TCGArg; | @@ -116,7 +116,7 @@ typedef tcg_target_ulong TCGArg; | ||
116 | Users of tcg_gen_* don't need to know about any of this, and should | 116 | Users of tcg_gen_* don't need to know about any of this, and should |
117 | treat TCGv as an opaque type. */ | 117 | treat TCGv as an opaque type. */ |
118 | 118 | ||
119 | -//#define DEBUG_TCGV 1 | 119 | +#define DEBUG_TCGV 1 |
120 | 120 | ||
121 | #ifdef DEBUG_TCGV | 121 | #ifdef DEBUG_TCGV |
122 | 122 |