From 17351b0417d730b09f269bca601e3f6e21e3e2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 19 Jan 2005 17:32:06 +0000 Subject: [PATCH] If we remove bochs support from the build system one day, make sure that this file still does the right thing as suggested by Michael Pfeiffer. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10882 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/core/arch/x86/arch_dbg_console.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/kernel/core/arch/x86/arch_dbg_console.c b/src/kernel/core/arch/x86/arch_dbg_console.c index e8bf50fbe4..b02ed1363d 100755 --- a/src/kernel/core/arch/x86/arch_dbg_console.c +++ b/src/kernel/core/arch/x86/arch_dbg_console.c @@ -26,7 +26,9 @@ * disabled and redirected to Bochs. * Define this only if not used as compile parameter. */ -// #define BOCHS_DEBUG_HACK 0 +#ifndef BOCHS_DEBUG_HACK +# define BOCHS_DEBUG_HACK 0 +#endif enum serial_register_offsets {