diff options
Diffstat (limited to 'i386/i386at/com.c')
-rw-r--r-- | i386/i386at/com.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/com.c b/i386/i386at/com.c index e0d68786..f0467f29 100644 --- a/i386/i386at/com.c +++ b/i386/i386at/com.c @@ -860,7 +860,7 @@ comgetc(int unit) return c; } -#if RCLINE >= 0 +#if RCLINE >= 0 || MACH_GDB_STUB /* * Routines for the console */ |