diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-28 14:26:58 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-28 14:26:58 +0100 |
| commit | f77a876e0ac2611079ee188933f0f3de222dd08a (patch) | |
| tree | c8230499b03f8ad2cbdddbb6e06607163a176149 /Private/HALKit/AXP | |
| parent | 2cf9f370d40a5c6512530c600292c5fac0410e11 (diff) | |
HCoreKrnl\HAL\IDT: Work in progress patch(fix) of HCore interrupt system
on x86.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/HALKit/AXP')
| -rw-r--r-- | Private/HALKit/AXP/HAL.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/HALKit/AXP/HAL.s b/Private/HALKit/AXP/HAL.s index 46127130..0178527f 100644 --- a/Private/HALKit/AXP/HAL.s +++ b/Private/HALKit/AXP/HAL.s @@ -1,7 +1,7 @@ -.globl rt_wait_for_io +.globl rt_wait_400ns .section .text -rt_wait_for_io: +rt_wait_400ns: jmp .L .L: jmp .L2 |
