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:
@@ -189,7 +189,7 @@ arch_dbg_con_init_settings(kernel_args *args)
|
|||||||
if (handle != NULL) {
|
if (handle != NULL) {
|
||||||
const char *value;
|
const char *value;
|
||||||
|
|
||||||
#ifdef BOCHS_DEBUG_HACK
|
#if BOCHS_DEBUG_HACK
|
||||||
sBochsOutput = get_driver_boolean_parameter(handle, "bochs_debug_output", false, false);
|
sBochsOutput = get_driver_boolean_parameter(handle, "bochs_debug_output", false, false);
|
||||||
#endif
|
#endif
|
||||||
value = get_driver_parameter(handle, "serial_debug_port", NULL, NULL);
|
value = get_driver_parameter(handle, "serial_debug_port", NULL, NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user