VirtualBox

Changeset 60882 in vbox


Ignore:
Timestamp:
May 8, 2016 3:35:21 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
107094
Message:

iemRCRawMaybeReenter: Don't re-enter raw-mode if we're returning to ring-3 anyway will only upset PATMRawLeave in ring-3.

File:
1 edited

Legend:

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

    r60874 r60882  
    1105611056DECLINLINE(VBOXSTRICTRC) iemRCRawMaybeReenter(PIEMCPU pIemCpu, PVMCPU pVCpu, PCPUMCTX pCtx, VBOXSTRICTRC rcStrict)
    1105711057{
    11058     if (!pIemCpu->fInPatchCode)
     11058    if (   !pIemCpu->fInPatchCode
     11059        && rcStrict == VINF_SUCCESS)
    1105911060        CPUMRawEnter(pVCpu);
    1106011061    return rcStrict;
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