Changeset 82018 in vbox
- Timestamp:
- Nov 20, 2019 10:30:36 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134821
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r82016 r82018 4918 4918 * @returns Guest's interruptibility-state. 4919 4919 * @param pVCpu The cross context virtual CPU structure. 4920 * @param pVmxTransient The VMX-transient structure.4921 4920 * 4922 4921 * @remarks No-long-jump zone!!! 4923 4922 */ 4924 static uint32_t hmR0VmxGetGuestIntrState(PVMCPUCC pVCpu , PCVMXTRANSIENT pVmxTransient)4923 static uint32_t hmR0VmxGetGuestIntrState(PVMCPUCC pVCpu) 4925 4924 { 4926 4925 /* … … 8579 8578 { 8580 8579 /* 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); 8582 8581 8583 8582 #ifdef VBOX_STRICT
Note:
See TracChangeset
for help on using the changeset viewer.