mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:03:26 +00:00
[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:
parent
de64fe5965
commit
5303c91efa
5 changed files with 315 additions and 3 deletions
|
@ -178,7 +178,7 @@ Fast486InterruptInternal(PFAST486_STATE State,
|
|||
{
|
||||
/* Read the TSS */
|
||||
if (!Fast486ReadLinearMemory(State,
|
||||
State->Tss.Address,
|
||||
State->TaskReg.Base,
|
||||
&Tss,
|
||||
sizeof(Tss)))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue