diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-19 11:49:16 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-19 11:49:16 +0100 |
| commit | 4d611fab205847578caaa3ddbdadd057c8243914 (patch) | |
| tree | 4fb70b5f5549aaf9a7339644c3ed29008cf610f2 /Private/HALKit | |
| parent | 1071026432726d0ca84aa8291c5abf10079e367f (diff) | |
Kernel: unstable: secret: fix code.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/HALKit')
| -rw-r--r-- | Private/HALKit/AMD64/HalInterruptRouting.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Private/HALKit/AMD64/HalInterruptRouting.asm b/Private/HALKit/AMD64/HalInterruptRouting.asm index f021bf9a..ae3d51c5 100644 --- a/Private/HALKit/AMD64/HalInterruptRouting.asm +++ b/Private/HALKit/AMD64/HalInterruptRouting.asm @@ -188,7 +188,6 @@ IntNormal 60 ;; this one is doing a POST for us. ;; testing interrupts. _ke_power_on_self_test: - mov rcx, 0 int 0x21 int 0x21 int 0x21 |
