commit | 092c73eefffc72d7464d05697b23a3954c078f87 | [log] [tgz] |
---|---|---|
author | Juan Quintela <quintela@redhat.com> | Mon Jul 27 16:13:04 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jul 27 14:09:21 2009 -0500 |
tree | 6f04a080e66db04cb696ff6a1dc09042800c7c6f | |
parent | 936dfb80f81df9f688cd37fbc1d93dc7b3f1d905 [diff] [blame] |
rename DEBUG_TCG to CONFIG_DEBUG_TCG Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/tcg/tcg.h b/tcg/tcg.h index ad0bd14..35e6aeb 100644 --- a/tcg/tcg.h +++ b/tcg/tcg.h
@@ -121,7 +121,7 @@ are aliases for target_ulong and host pointer sized values respectively. */ -#ifdef DEBUG_TCG +#ifdef CONFIG_DEBUG_TCG #define DEBUG_TCGV 1 #endif