mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +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
|
||||
mov dx, 1
|
||||
shl dx, cl
|
||||
and dx, 0xDEF8
|
||||
|
||||
/* Check if this is a latched interrupt */
|
||||
cmp dword ptr [esp+12], 0
|
||||
|
|
Loading…
Reference in a new issue