projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdcf4e5
)
TCG: enable debug
author
aurel32
<aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 5 Sep 2008 14:19:35 +0000
(14:19 +0000)
committer
aurel32
<aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 5 Sep 2008 14:19:35 +0000
(14:19 +0000)
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5166
c046a42c
-6fe2-441c-8c8c-
71466251a162
tcg/tcg.h
patch
|
blob
|
history
diff --git
a/tcg/tcg.h
b/tcg/tcg.h
index bc5b90269930d489b4f74a6aec430dce368c57d9..68927819ab35ca01351b3a41065a83459aa74bf6 100644
(file)
--- 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