diff options
Diffstat (limited to 'util/vgabios/helper_mem.c')
-rw-r--r-- | util/vgabios/helper_mem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/vgabios/helper_mem.c b/util/vgabios/helper_mem.c index 50a303b45e..3e201c00a8 100644 --- a/util/vgabios/helper_mem.c +++ b/util/vgabios/helper_mem.c @@ -24,7 +24,7 @@ static const OptionInfoRec INT10Options[] = { }; #endif -#ifdef DEBUG +#ifdef CONFIG_DEBUG void dprint(unsigned long start, unsigned long size) { int i, j; @@ -44,7 +44,7 @@ void dprint(unsigned long start, unsigned long size) } printf("\n"); } -#endif /* DEBUG */ +#endif /* CONFIG_DEBUG */ #if 0 #ifndef _PC |