mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Lift a protection (forgotten in 44842).
svn path=/trunk/; revision=44866
This commit is contained in:
parent
02a81d4d07
commit
3b558d84dd
1 changed files with 1 additions and 0 deletions
|
@ -415,6 +415,7 @@ HalpBiosDisplayReset(VOID)
|
|||
//
|
||||
IdtPte = HalAddressToPte(((PKIPCR)KeGetPcr())->IDT);
|
||||
RestoreWriteProtection = IdtPte->Write;
|
||||
IdtPte->Write = 1;
|
||||
|
||||
//
|
||||
// Use special invalid opcode and GPF trap handlers
|
||||
|
|
Loading…
Reference in a new issue