VirtualBox

Changeset 78719 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
May 24, 2019 11:32:53 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
130798
Message:

VMM/IEM: Nested VMX: bugref:9180 Space nit.

File:
1 edited

Legend:

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

    r78716 r78719  
    30843084    uint32_t const fGstHostMask     = pVmcs->u64Cr0Mask.u;
    30853085    uint32_t const fGstHostLmswMask = fGstHostMask & (X86_CR0_PE | X86_CR0_MP | X86_CR0_EM | X86_CR0_TS);
    3086 
    3087     *pu16NewMsw      = (uGuestCr0 & fGstHostLmswMask) | (*pu16NewMsw & ~fGstHostLmswMask);
     3086    *pu16NewMsw = (uGuestCr0 & fGstHostLmswMask) | (*pu16NewMsw & ~fGstHostLmswMask);
    30883087
    30893088    return VINF_VMX_INTERCEPT_NOT_ACTIVE;
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