summaryrefslogtreecommitdiff
path: root/i386/i386at/immc.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/immc.c')
-rw-r--r--i386/i386at/immc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/immc.c b/i386/i386at/immc.c
index db64620..b85eb07 100644
--- a/i386/i386at/immc.c
+++ b/i386/i386at/immc.c
@@ -33,7 +33,7 @@
so it can be used to debug things that happen very early
before any devices are initialized. */
-int immediate_console_enable = 1;
+boolean_t immediate_console_enable = TRUE;
void
immc_cnputc(unsigned char c)