VirtualBox

Changeset 95350 in vbox


Ignore:
Timestamp:
Jun 23, 2022 6:05:42 AM (2 years ago)
Author:
vboxsync
Message:

VMM: Nested VMX: bugref:10092 cpum.h: nit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum.h

    r95315 r95350  
    25302530DECLINLINE(bool) CPUMIsGuestVmxCurrentVmcsValid(PCCPUMCTX pCtx)
    25312531{
    2532     RTGCPHYS const GCPhysVmcs = pCtx->hwvirt.vmx.GCPhysVmcs;
    2533     return RT_BOOL(GCPhysVmcs != NIL_RTGCPHYS);
     2532    return pCtx->hwvirt.vmx.GCPhysVmcs != NIL_RTGCPHYS;
    25342533}
    25352534
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