VirtualBox

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


Ignore:
Timestamp:
Jun 17, 2018 9:07:43 PM (6 years ago)
Author:
vboxsync
Message:

HM,IEM,EM: Added IEMExecDecodedRdtsc and IEMExecDecodedRdtscp for replacing incomplete EM APIs. Hooked up HM, but code not enabled yet. bugref:6973 [build fix]

File:
1 edited

Legend:

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

    r72590 r72591  
    62666266#else
    62676267    int rc = EMInterpretRdtsc(pVCpu->CTX_SUFF(pVM), pVCpu, CPUMCTX2CORE(pCtx));
    6268     if (RT_LIKELY(rcStrict == VINF_SUCCESS))
     6268    if (RT_LIKELY(rc == VINF_SUCCESS))
    62696269    {
    62706270        pSvmTransient->fUpdateTscOffsetting = true;
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