VirtualBox

Changeset 71814 in vbox


Ignore:
Timestamp:
Apr 11, 2018 5:12:47 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HMSVMR0: Windows build fix.

File:
1 edited

Legend:

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

    r71813 r71814  
    51715171                    uint8_t const *pbMsrBitmap = (uint8_t const *)pCtx->hwvirt.svm.CTX_SUFF(pvMsrBitmap);
    51725172                    pbMsrBitmap               += offMsrpm;
    5173                     bool const fInterceptRead  = *pbMsrBitmap & RT_BIT(uMsrpmBit);
    5174                     bool const fInterceptWrite = *pbMsrBitmap & RT_BIT(uMsrpmBit + 1);
     5173                    bool const fInterceptRead  = RT_BOOL(*pbMsrBitmap & RT_BIT(uMsrpmBit));
     5174                    bool const fInterceptWrite = RT_BOOL(*pbMsrBitmap & RT_BIT(uMsrpmBit + 1));
    51755175
    51765176                    if (   (fInterceptWrite && pVmcbNstGstCtrl->u64ExitInfo1 == SVM_EXIT1_MSR_WRITE)
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