diff options
Diffstat (limited to 'src/resume.c')
-rw-r--r-- | src/resume.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resume.c b/src/resume.c index f887f454..911ad964 100644 --- a/src/resume.c +++ b/src/resume.c @@ -34,6 +34,7 @@ init_dma(void) void VISIBLE16 handle_resume(void) { + ASSERT16(); debug_serial_setup(); int status = inb_cmos(CMOS_RESET_CODE); outb_cmos(0, CMOS_RESET_CODE); |