diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-04-14 20:22:18 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-04-14 20:22:18 -0400 |
commit | a0263083cb4cda172832fbc916dc1417ee930574 (patch) | |
tree | 6fa3406ee15494ffc4f1f3fb2a228574a7bcda13 /src/resume.c | |
parent | 9c6635bd48d39a1d17d0a73df6e577ef6bd0037c (diff) | |
download | seabios-a0263083cb4cda172832fbc916dc1417ee930574.tar.gz |
Misc compile fixes for gcc v3.4.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
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); |