VirtualBox

Changeset 72609 in vbox for trunk


Ignore:
Timestamp:
Jun 19, 2018 8:37:12 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
123106
Message:

HMSVMR0.cpp: rdtscp fix (thought I fixed this already). bugref:9044

File:
1 edited

Legend:

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

    r72600 r72609  
    62726272{
    62736273    HMSVM_VALIDATE_EXIT_HANDLER_PARAMS();
    6274     VBOXSTRICTRC rcStrict = IEMExecDecodedRdtscp(pVCpu, hmR0SvmGetInstrLengthHwAssist(pVCpu, pCtx, 2));
     6274    VBOXSTRICTRC rcStrict = IEMExecDecodedRdtscp(pVCpu, hmR0SvmGetInstrLengthHwAssist(pVCpu, pCtx, 3));
    62756275    if (rcStrict == VINF_SUCCESS)
    62766276        pSvmTransient->fUpdateTscOffsetting = true;
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