Restore fs in HalpTrap06. Should fix crash on 1st stage with VBox.

svn path=/trunk/; revision=45573
This commit is contained in:
Timo Kreuzer 2010-02-11 17:36:57 +00:00
parent 6adba76502
commit 43108b2dd0

View file

@ -243,6 +243,7 @@ HalpTrap06()
/* Restore ES/DS to known good values first */
Ke386SetEs(KGDT_R3_DATA | RPL_MASK);
Ke386SetDs(KGDT_R3_DATA | RPL_MASK);
Ke386SetFs(KGDT_R0_PCR);
/* Restore the stack */
KeGetPcr()->TSS->Esp0 = HalpSavedEsp0;