VirtualBox

Changeset 75414 in vbox


Ignore:
Timestamp:
Nov 13, 2018 10:00:52 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126560
Message:

VMM: Nested VMX: bugref:9180 Build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r75413 r75414  
    26682668    Assert(pCtx->hwvirt.fGif);  /* Always true on Intel. */
    26692669
    2670     return (pCtx->eflags.u & X86_EFL_IF);
     2670    return RT_BOOL(pCtx->eflags.u & X86_EFL_IF);
    26712671#endif
    26722672}
     
    26882688    AssertReleaseFailedReturn(false);
    26892689#else
    2690     RT_NOREF(pVCpu);
     2690    RT_NOREF2(pVCpu, pCtx);
    26912691    Assert(CPUMIsGuestInVmxNonRootMode(pCtx));
    26922692    Assert(pCtx->hwvirt.fGif);  /* Always true on Intel. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette