diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-05 14:22:24 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-05 14:22:24 +0000 |
commit | 09772341d1c355ef15d7cea1aff458dc930c127b (patch) | |
tree | c9e446a32471b76f31d9953e6f4b29c6dcec2f10 /tcg | |
parent | 55c9174c82ff9cc6b89a2b01f83a26557b0c8ff0 (diff) | |
download | qemu-09772341d1c355ef15d7cea1aff458dc930c127b.tar.gz qemu-09772341d1c355ef15d7cea1aff458dc930c127b.tar.bz2 qemu-09772341d1c355ef15d7cea1aff458dc930c127b.zip |
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
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 |