mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 09:50:43 +00:00
Do not change reserved ELCR bits.
svn path=/trunk/; revision=26365
This commit is contained in:
parent
0606c5e1f9
commit
cd86e748b8
1 changed files with 1 additions and 0 deletions
|
@ -254,6 +254,7 @@ _HalEnableSystemInterrupt@12:
|
||||||
in al, dx
|
in al, dx
|
||||||
mov dx, 1
|
mov dx, 1
|
||||||
shl dx, cl
|
shl dx, cl
|
||||||
|
and dx, 0xDEF8
|
||||||
|
|
||||||
/* Check if this is a latched interrupt */
|
/* Check if this is a latched interrupt */
|
||||||
cmp dword ptr [esp+12], 0
|
cmp dword ptr [esp+12], 0
|
||||||
|
|
Loading…
Reference in a new issue