aboutsummaryrefslogtreecommitdiff
path: root/src/hw/serialio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/serialio.c')
-rw-r--r--src/hw/serialio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hw/serialio.c b/src/hw/serialio.c
index df4df92..c6cafaa 100644
--- a/src/hw/serialio.c
+++ b/src/hw/serialio.c
@@ -112,7 +112,7 @@ qemu_debug_preinit(void)
/* Check if the QEMU debug output port is active */
/* PARISC may use serial console */
- if (CONFIG_DEBUG_IO && !CONFIG_PARISC &&
+ if (CONFIG_DEBUG_IO &&
inb(GET_GLOBAL(DebugOutputPort)) != QEMU_DEBUGCON_READBACK)
DebugOutputPort = 0;
}