aboutsummaryrefslogtreecommitdiffstats
path: root/src/resume.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/resume.c')
-rw-r--r--src/resume.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resume.c b/src/resume.c
index fc2fee93..d69429cb 100644
--- a/src/resume.c
+++ b/src/resume.c
@@ -25,7 +25,7 @@ void VISIBLE16
handle_resume(void)
{
ASSERT16();
- debug_serial_preinit();
+ debug_preinit();
int status = rtc_read(CMOS_RESET_CODE);
rtc_write(CMOS_RESET_CODE, 0);
dprintf(1, "In resume (status=%d)\n", status);