mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
[NTOS]
Disable again the DR7 check until we correctly understand why bit 10 of DR7 (reserved) is almost always set (this lead to MSVC-built ReactOS crashing when being starting in non-debugging mode). See also r69244. CORE-10165 #comment DR7 check again disabled in r70418. svn path=/trunk/; revision=70418
This commit is contained in:
parent
f4e200b907
commit
f17fe51f38
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ KiExitTrapDebugChecks(IN PKTRAP_FRAME TrapFrame,
|
|||
CheckDr(1, Prcb->ProcessorState.SpecialRegisters.KernelDr1);
|
||||
CheckDr(2, Prcb->ProcessorState.SpecialRegisters.KernelDr2);
|
||||
CheckDr(3, Prcb->ProcessorState.SpecialRegisters.KernelDr3);
|
||||
CheckDr(7, Prcb->ProcessorState.SpecialRegisters.KernelDr7);
|
||||
// CheckDr(7, Prcb->ProcessorState.SpecialRegisters.KernelDr7); // Disabled, see CORE-10165 for more details.
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue