VirtualBox

Changeset 66002 in vbox for trunk


Ignore:
Timestamp:
Mar 8, 2017 8:43:32 PM (8 years ago)
Author:
vboxsync
Message:

VMM: Nested Hw.virt: Build fix

File:
1 edited

Legend:

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

    r66001 r66002  
    216216    }
    217217    else
     218    {
    218219        Log(("HMNstGstSvmVmExit: Not in SVM guest mode! uExitCode=%RI64 uExitInfo1=%RU64 uExitInfo2=%RU64\n", iExitCode,
    219220             uExitInfo1, uExitInfo2));
     221        RT_NOREF2(uExitInfo1, uExitInfo2);
     222    }
    220223
    221224    return VERR_SVM_IPE_5;
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