mirror of
https://github.com/reactos/reactos.git
synced 2025-04-09 07:14:14 +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:
parent
18b844dffa
commit
efcf73c467
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue