Changeset 95350 in vbox
- Timestamp:
- Jun 23, 2022 6:05:42 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r95315 r95350 2530 2530 DECLINLINE(bool) CPUMIsGuestVmxCurrentVmcsValid(PCCPUMCTX pCtx) 2531 2531 { 2532 RTGCPHYS const GCPhysVmcs = pCtx->hwvirt.vmx.GCPhysVmcs; 2533 return RT_BOOL(GCPhysVmcs != NIL_RTGCPHYS); 2532 return pCtx->hwvirt.vmx.GCPhysVmcs != NIL_RTGCPHYS; 2534 2533 } 2535 2534
Note:
See TracChangeset
for help on using the changeset viewer.