VirtualBox

Ignore:
Timestamp:
Apr 11, 2018 4:42:38 AM (7 years ago)
Author:
vboxsync
Message:

VMM: Nested Hw.virt: Avoid calling ASM helpers for modifying the MSR bitmaps.

File:
1 edited

Legend:

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

    r71755 r71813  
    11161116        uint8_t *pbMsrpm = (uint8_t *)pCtx->hwvirt.svm.CTX_SUFF(pvMsrBitmap);
    11171117        pbMsrpm += offMsrpm;
    1118         if (ASMBitTest(pbMsrpm, uMsrpmBit))
     1118        if (*pbMsrpm & RT_BIT(uMsrpmBit))
    11191119        {
    11201120            IEM_SVM_UPDATE_NRIP(pVCpu);
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