VirtualBox

Changeset 72765 in vbox


Ignore:
Timestamp:
Jun 29, 2018 10:39:39 AM (6 years ago)
Author:
vboxsync
Message:

VMM/HMR0: Build fix.

File:
1 edited

Legend:

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

    r72764 r72765  
    16161616{
    16171617    STAM_COUNTER_INC(&pVCpu->hm.s.StatDebug64SwitchBack);
    1618     if (pVM->hm.s.vmx.fSupported)
     1618    if (pVCpu->CTX_SUFF(pVM)->hm.s.vmx.fSupported)
    16191619        return VMXR0Execute64BitsHandler(pVCpu, HM64ON32OP_HMRCSaveGuestDebug64, 0, NULL);
    16201620    return SVMR0Execute64BitsHandler(pVCpu, HM64ON32OP_HMRCSaveGuestDebug64, 0, NULL);
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