VirtualBox

Changeset 67786 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Jul 5, 2017 8:48:17 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116704
Message:

IEM: Also clear TF, AC as documented by AMD/Intel when dispatching real-mode interrupts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r67713 r67786  
    36823682    /** @todo do we load attribs and limit as well? Should we check against limit like far jump? */
    36833683    pCtx->rip              = Idte.off;
    3684     fEfl &= ~X86_EFL_IF;
     3684    fEfl &= ~(X86_EFL_IF | X86_EFL_TF | X86_EFL_AC);
    36853685    IEMMISC_SET_EFL(pVCpu, pCtx, fEfl);
    36863686
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette