VirtualBox

Changeset 51660 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 19, 2014 7:59:01 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
94427
Message:

VMM/HMSVMR0: RT_BOOL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp

    r51643 r51660  
    25262526    Log4Func(("\n"));
    25272527
    2528     const bool fIntShadow = !!hmR0SvmGetGuestIntrShadow(pVCpu, pCtx);
     2528    const bool fIntShadow = RT_BOOL(hmR0SvmGetGuestIntrShadow(pVCpu, pCtx));
    25292529    const bool fBlockInt  = !(pCtx->eflags.u32 & X86_EFL_IF);
    25302530    PSVMVMCB pVmcb        = (PSVMVMCB)pVCpu->hm.s.svm.pvVmcb;
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