Commit 092c73eefffc72d7464d05697b23a3954c078f87
Committed by
Anthony Liguori
1 parent
936dfb80
rename DEBUG_TCG to CONFIG_DEBUG_TCG
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing
3 changed files
with
3 additions
and
3 deletions
configure
... | ... | @@ -1519,7 +1519,7 @@ arch_name=`echo $ARCH | tr '[:lower:]' '[:upper:]'` |
1519 | 1519 | echo "#define HOST_$arch_name 1" >> $config_host_h |
1520 | 1520 | |
1521 | 1521 | if test "$debug_tcg" = "yes" ; then |
1522 | - echo "#define DEBUG_TCG 1" >> $config_host_h | |
1522 | + echo "#define CONFIG_DEBUG_TCG 1" >> $config_host_h | |
1523 | 1523 | fi |
1524 | 1524 | if test "$debug" = "yes" ; then |
1525 | 1525 | echo "#define DEBUG_EXEC 1" >> $config_host_h | ... | ... |
tcg/tcg.c
tcg/tcg.h