[FAST486]

Implement the extended opcode group 0x0F, 0x00 (SLDT, STR, LLDT, LTR, VERR, VERW).


svn path=/branches/ntvdm/; revision=61264
This commit is contained in:
Aleksandar Andrejevic 2013-12-13 03:32:41 +00:00
parent de64fe5965
commit 5303c91efa
5 changed files with 315 additions and 3 deletions

View file

@ -178,7 +178,7 @@ Fast486InterruptInternal(PFAST486_STATE State,
{
/* Read the TSS */
if (!Fast486ReadLinearMemory(State,
State->Tss.Address,
State->TaskReg.Base,
&Tss,
sizeof(Tss)))
{