VirtualBox

Changeset 92216 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Nov 4, 2021 6:51:54 PM (3 years ago)
Author:
vboxsync
Message:

VMM/EMAll: Rename EMR0HistoryUpdatePC to EMHistoryUpdatePC and make it accessible from R3 as well, bugref:10136 and bugref:9044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp

    r92023 r92216  
    75917591
    75927592        pCtx->rip = u64Val;
    7593         EMR0HistoryUpdatePC(pVCpu, pCtx->rip, false);
     7593        EMHistoryUpdatePC(pVCpu, pCtx->rip, false);
    75947594        pCtx->fExtrn &= ~CPUMCTX_EXTRN_RIP;
    75957595    }
     
    77387738                    if (fRealOnV86Active)
    77397739                        pCtx->cs.Attr.u = pVmcsInfoShared->RealMode.AttrCS.u;
    7740                     EMR0HistoryUpdatePC(pVCpu, pCtx->cs.u64Base + pCtx->rip, true /* fFlattened */);
     7740                    EMHistoryUpdatePC(pVCpu, pCtx->cs.u64Base + pCtx->rip, true /* fFlattened */);
    77417741                }
    77427742                if (fWhat & CPUMCTX_EXTRN_SS)
Note: See TracChangeset for help on using the changeset viewer.

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