summaryrefslogtreecommitdiff
path: root/src/kmain.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/kmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmain.c b/src/kmain.c
index 9f4d63d..2d8e959 100644
--- a/src/kmain.c
+++ b/src/kmain.c
@@ -1,5 +1,5 @@
void kmain() {
while(1) {
- asm("cli; hlt");
+ __asm__("cli; hlt");
}
}