From 092c73eefffc72d7464d05697b23a3954c078f87 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 27 Jul 2009 16:13:04 +0200 Subject: rename DEBUG_TCG to CONFIG_DEBUG_TCG Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori --- tcg/tcg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcg/tcg.h') 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 @@ typedef tcg_target_ulong TCGArg; are aliases for target_ulong and host pointer sized values respectively. */ -#ifdef DEBUG_TCG +#ifdef CONFIG_DEBUG_TCG #define DEBUG_TCGV 1 #endif -- cgit v1.1