diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-03 06:33:06 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2025-02-03 06:33:06 +0100 |
| commit | 540a8f62c49f1b2998a30253cf8799041aaf6786 (patch) | |
| tree | 7b1316bd17a344f0c0adba3a334722d8f8f92b79 /dev/Kernel | |
| parent | fe165b8bdf1e4ecf7ca63af24be28e36e1eff94f (diff) | |
ADD: Push SP to INT 3.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel')
| -rw-r--r-- | dev/Kernel/HALKit/AMD64/HalInterruptAPI.asm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
