summaryrefslogtreecommitdiff
path: root/kc/core/cpu/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'kc/core/cpu/cpu.c')
-rw-r--r--kc/core/cpu/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kc/core/cpu/cpu.c b/kc/core/cpu/cpu.c
index d33d8a4..f0e7844 100644
--- a/kc/core/cpu/cpu.c
+++ b/kc/core/cpu/cpu.c
@@ -37,7 +37,7 @@ uint64_t *get_tss_rsp0(void)
static void syscall_entry(void)
{
- kputs("system call\n");
+ kprintf("system call\n");
halt();
}