VirtualBox

Changeset 82532 in vbox for trunk


Ignore:
Timestamp:
Dec 10, 2019 4:34:18 AM (5 years ago)
Author:
vboxsync
Message:

VMM/HMVMXR0: Make side-effect clear.

File:
1 edited

Legend:

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

    r82531 r82532  
    49144914
    49154915/**
    4916  * Gets the guest interruptibility-state.
     4916 * Gets the guest interruptibility-state and updates related force-flags.
    49174917 *
    49184918 * @returns Guest's interruptibility-state.
     
    49214921 * @remarks No-long-jump zone!!!
    49224922 */
    4923 static uint32_t hmR0VmxGetGuestIntrState(PVMCPUCC pVCpu)
     4923static uint32_t hmR0VmxGetGuestIntrStateAndUpdateFFs(PVMCPUCC pVCpu)
    49244924{
    49254925    /*
     
    85888588     * The FFs will be used below while evaluating events to be injected.
    85898589     */
    8590     *pfIntrState = hmR0VmxGetGuestIntrState(pVCpu);
     8590    *pfIntrState = hmR0VmxGetGuestIntrStateAndUpdateFFs(pVCpu);
    85918591
    85928592    /*
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