Commit 00dbbb03b6cc818f1791577236fbe855e94ec1cd

Authored by aurel32
1 parent 7c417963

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