aboutsummaryrefslogtreecommitdiff
path: root/src/core/int.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/int.S')
-rw-r--r--src/core/int.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/int.S b/src/core/int.S
index 8ca8b7a..115f37c 100644
--- a/src/core/int.S
+++ b/src/core/int.S
@@ -63,8 +63,7 @@ INT_SYSCALL:
.globl INT_PAGE_FAULT
INT_PAGE_FAULT:
SAVE_REGS
- call page_fault
- hlt
+ call paging_page_fault
movb $0x20, %al
outb %al, $0x20
RESTORE_REGS