From 4c7ea58f5d5e495e8da6cfc7e1d52a3dfcf5a893 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 7 Dec 2024 18:07:22 +0100 Subject: IMPL: New I/O functions from assembly, still working on #8 issue. Signed-off-by: Amlal El Mahrouss --- dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm') diff --git a/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm b/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm index 66dd34f0..7aafa079 100644 --- a/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm +++ b/dev/ZKAKit/HALKit/AMD64/HalInterruptAPI.asm @@ -202,8 +202,7 @@ __ZKA_INT_32: push rax mov rcx, rsp - mov rax, idt_handle_scheduler - call rax + call idt_handle_scheduler pop rax sti -- cgit v1.2.3