rename DEBUG_TCG to CONFIG_DEBUG_TCG
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
936dfb80f8
commit
092c73eeff
2
configure
vendored
2
configure
vendored
@ -1519,7 +1519,7 @@ arch_name=`echo $ARCH | tr '[:lower:]' '[:upper:]'`
|
|||||||
echo "#define HOST_$arch_name 1" >> $config_host_h
|
echo "#define HOST_$arch_name 1" >> $config_host_h
|
||||||
|
|
||||||
if test "$debug_tcg" = "yes" ; then
|
if test "$debug_tcg" = "yes" ; then
|
||||||
echo "#define DEBUG_TCG 1" >> $config_host_h
|
echo "#define CONFIG_DEBUG_TCG 1" >> $config_host_h
|
||||||
fi
|
fi
|
||||||
if test "$debug" = "yes" ; then
|
if test "$debug" = "yes" ; then
|
||||||
echo "#define DEBUG_EXEC 1" >> $config_host_h
|
echo "#define DEBUG_EXEC 1" >> $config_host_h
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#ifndef DEBUG_TCG
|
#ifndef CONFIG_DEBUG_TCG
|
||||||
/* define it to suppress various consistency checks (faster) */
|
/* define it to suppress various consistency checks (faster) */
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#endif
|
#endif
|
||||||
|
@ -121,7 +121,7 @@ typedef tcg_target_ulong TCGArg;
|
|||||||
are aliases for target_ulong and host pointer sized values respectively.
|
are aliases for target_ulong and host pointer sized values respectively.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef DEBUG_TCG
|
#ifdef CONFIG_DEBUG_TCG
|
||||||
#define DEBUG_TCGV 1
|
#define DEBUG_TCGV 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user