From 540a8f62c49f1b2998a30253cf8799041aaf6786 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 3 Feb 2025 06:33:06 +0100 Subject: ADD: Push SP to INT 3. Signed-off-by: Amlal El Mahrouss --- dev/Kernel/HALKit/AMD64/HalInterruptAPI.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'dev/Kernel') diff --git a/dev/Kernel/HALKit/AMD64/HalInterruptAPI.asm b/dev/Kernel/HALKit/AMD64/HalInterruptAPI.asm index 4776a155..73e25cc7 100644 --- a/dev/Kernel/HALKit/AMD64/HalInterruptAPI.asm +++ b/dev/Kernel/HALKit/AMD64/HalInterruptAPI.asm @@ -106,6 +106,7 @@ __NE_INT_3: out 0x20, al push rcx + mov rcx, rsp call idt_handle_generic pop rcx -- cgit v1.2.3