mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:12:58 +00:00
[FAST486]
Update the AC flag in the POPF instruction. svn path=/branches/ntvdm/; revision=62278
This commit is contained in:
parent
b9dd7fc5fc
commit
011259b78f
2 changed files with 3 additions and 1 deletions
|
@ -4284,6 +4284,7 @@ FAST486_OPCODE_HANDLER(Fast486OpcodePopFlags)
|
|||
State->Flags.Df = NewFlags.Df;
|
||||
State->Flags.Of = NewFlags.Of;
|
||||
State->Flags.Nt = NewFlags.Nt;
|
||||
State->Flags.Ac = NewFlags.Ac;
|
||||
|
||||
if (Cpl == 0) State->Flags.Iopl = NewFlags.Iopl;
|
||||
if (Cpl <= State->Flags.Iopl) State->Flags.If = NewFlags.If;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue