mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
[FAST486]
The LDT can be loaded with a NULL descriptor. That invalidates the LDT but doesn't cause any exception. svn path=/branches/ntvdm/; revision=61269
This commit is contained in:
@@ -1798,8 +1798,8 @@ FAST486_OPCODE_HANDLER(Fast486OpcodeGroup0F00)
|
||||
|
||||
if (GET_SEGMENT_INDEX(Selector) == 0)
|
||||
{
|
||||
Fast486Exception(State, FAST486_EXCEPTION_GP);
|
||||
return FALSE;
|
||||
RtlZeroMemory(&State->Ldtr, sizeof(State->Ldtr));
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
if (!GdtEntry.Present)
|
||||
|
||||
Reference in New Issue
Block a user