VirtualBox

Changeset 74662 in vbox for trunk


Ignore:
Timestamp:
Oct 8, 2018 9:50:07 AM (6 years ago)
Author:
vboxsync
Message:

VMM/IEM: Nested VMX: bugref:9180 Remove unused local variable.

File:
1 edited

Legend:

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

    r74661 r74662  
    33113311    Assert(cbAccess == 1 || cbAccess == 2 || cbAccess == 4);
    33123312
    3313     PCVMXVVMCS pVmcs = pVCpu->cpum.GstCtx.hwvirt.vmx.CTX_SUFF(pVmcs);
    3314     Assert(pVmcs);
    3315 
    33163313    bool const fIntercept = iemVmxIsIoInterceptSet(pVCpu, u16Port);
    33173314    if (fIntercept)
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