From: aurel32 Date: Fri, 5 Sep 2008 14:19:35 +0000 (+0000) Subject: TCG: enable debug X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b24a39fab06a62b4a04b86dab592ede42c92c7e2;p=qmiga%2Fqemu.git TCG: enable debug Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5166 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/tcg/tcg.h b/tcg/tcg.h index bc5b902699..68927819ab 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h @@ -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