VirtualBox

Changeset 82018 in vbox


Ignore:
Timestamp:
Nov 20, 2019 10:30:36 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134821
Message:

VMM/HMVMXR0: Nested VMX: bugref:9180 Unused variable build fix.

File:
1 edited

Legend:

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

    r82016 r82018  
    49184918 * @returns Guest's interruptibility-state.
    49194919 * @param   pVCpu           The cross context virtual CPU structure.
    4920  * @param   pVmxTransient   The VMX-transient structure.
    49214920 *
    49224921 * @remarks No-long-jump zone!!!
    49234922 */
    4924 static uint32_t hmR0VmxGetGuestIntrState(PVMCPUCC pVCpu, PCVMXTRANSIENT pVmxTransient)
     4923static uint32_t hmR0VmxGetGuestIntrState(PVMCPUCC pVCpu)
    49254924{
    49264925    /*
     
    85798578    {
    85808579        /* Get the current interruptibility-state of the guest or nested-guest (this updates FFs). */
    8581         uint32_t const fIntrState = hmR0VmxGetGuestIntrState(pVCpu, pVmxTransient);
     8580        uint32_t const fIntrState = hmR0VmxGetGuestIntrState(pVCpu);
    85828581
    85838582#ifdef VBOX_STRICT
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