- Timestamp:
- Dec 10, 2019 4:34:18 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r82531 r82532 4914 4914 4915 4915 /** 4916 * Gets the guest interruptibility-state .4916 * Gets the guest interruptibility-state and updates related force-flags. 4917 4917 * 4918 4918 * @returns Guest's interruptibility-state. … … 4921 4921 * @remarks No-long-jump zone!!! 4922 4922 */ 4923 static uint32_t hmR0VmxGetGuestIntrState (PVMCPUCC pVCpu)4923 static uint32_t hmR0VmxGetGuestIntrStateAndUpdateFFs(PVMCPUCC pVCpu) 4924 4924 { 4925 4925 /* … … 8588 8588 * The FFs will be used below while evaluating events to be injected. 8589 8589 */ 8590 *pfIntrState = hmR0VmxGetGuestIntrState (pVCpu);8590 *pfIntrState = hmR0VmxGetGuestIntrStateAndUpdateFFs(pVCpu); 8591 8591 8592 8592 /*
Note:
See TracChangeset
for help on using the changeset viewer.