From 09772341d1c355ef15d7cea1aff458dc930c127b Mon Sep 17 00:00:00 2001 From: aurel32 Date: Fri, 5 Sep 2008 14:22:24 +0000 Subject: [PATCH] Revert "TCG: enable debug" This reverts commit 5166, commited by error. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5169 c046a42c-6fe2-441c-8c8c-71466251a162 --- tcg/tcg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcg/tcg.h b/tcg/tcg.h index 6892781..bc5b902 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 -- 2.7.4