VirtualBox

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


Ignore:
Timestamp:
Jun 30, 2021 11:00:18 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145432
Message:

IEM: xchg sets X86_TRAP_PF_RW, see bs3-cpu-basic-2.

File:
1 edited

Legend:

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

    r87831 r89973  
    59025902    if (fAccess & IEM_ACCESS_TYPE_WRITE)
    59035903    {
    5904         if (!(fAccess & IEM_ACCESS_TYPE_READ))
     5904        /// @todo r=bird: bs3-cpu-basic-2 wants X86_TRAP_PF_RW for xchg and cmpxchg
     5905        /// (regardless of outcome of the comparison in the latter case).
     5906        //if (!(fAccess & IEM_ACCESS_TYPE_READ))
    59055907            uErr |= X86_TRAP_PF_RW;
    59065908    }
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