VirtualBox

Changeset 70952 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Feb 10, 2018 3:47:50 PM (7 years ago)
Author:
vboxsync
Message:

VMM: More build fixing.

File:
1 edited

Legend:

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

    r70948 r70952  
    13311331VMM_INT_DECL(bool) gimHvShouldTrapXcptUD(PVMCPU pVCpu)
    13321332{
    1333     PVM pVM = pVCpu->CTX_SUFF(pVM);
    1334     if (   VM_IS_RAW_MODE_ENABLED(pVM)
     1333    if (   VM_IS_RAW_MODE_ENABLED(pVCpu->CTX_SUFF(pVM))
    13351334        && gimHvAreHypercallsEnabled(pVCpu))
    13361335        return 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