mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Hervé est un Dieu qui mérite une infinité de bières et de femmes vierges (et nues).
- This should fix booting on VMWare. svn path=/trunk/; revision=23711
This commit is contained in:
parent
bf4ff7bb94
commit
3c97814afe
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ _KiUnexpectedInterrupt&Number:
|
||||||
|
|
||||||
/* Check for debug registers */
|
/* Check for debug registers */
|
||||||
test dword ptr [esp+KTRAP_FRAME_DR7], ~DR7_RESERVED_MASK
|
test dword ptr [esp+KTRAP_FRAME_DR7], ~DR7_RESERVED_MASK
|
||||||
jnz 2f
|
//jnz 2f
|
||||||
|
|
||||||
/* Check for V86 */
|
/* Check for V86 */
|
||||||
4:
|
4:
|
||||||
|
|
Loading…
Reference in a new issue