BOCHS_DEBUG_HACK is always defined (to 0 or 1). Reported by Gert van Valkenhoef.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10873 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2005-01-19 14:19:35 +00:00
parent 285449a68f
commit 791e6b3a75
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ arch_dbg_con_init_settings(kernel_args *args)
if (handle != NULL) {
const char *value;
#ifdef BOCHS_DEBUG_HACK
#if BOCHS_DEBUG_HACK
sBochsOutput = get_driver_boolean_parameter(handle, "bochs_debug_output", false, false);
#endif
value = get_driver_parameter(handle, "serial_debug_port", NULL, NULL);