- Timestamp:
- Oct 20, 2022 9:46:56 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/VMXAllTemplate.cpp.h
r97231 r97248 10753 10753 return rcStrict; 10754 10754 } 10755 boolconst fClearEventOnForward = VCPU_2_VMXSTATE(pVCpu).Event.fPending; /* paranoia. should not inject events below. */10755 uint32_t const fClearEventOnForward = VCPU_2_VMXSTATE(pVCpu).Event.fPending; /* paranoia. should not inject events below. */ 10756 10756 10757 10757 RTGCPHYS const GCPhysNestedFault = pVmxTransient->uGuestPhysicalAddr;
Note:
See TracChangeset
for help on using the changeset viewer.

