VirtualBox

Changeset 76631 in vbox for trunk


Ignore:
Timestamp:
Jan 4, 2019 7:10:48 AM (6 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

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

    r76553 r76631  
    75327532     * type (i.e. 64-bits).
    75337533     */
    7534     uint8_t      *pbField = pbVmcs + offField;
     7534    uint8_t      *pbField   = pbVmcs + offField;
    75357535    uint8_t const uEffWidth = HMVmxGetVmcsFieldWidthEff(FieldEnc.u);
    75367536    switch (uEffWidth)
     
    77867786     * indicates high bits (little endian).
    77877787     */
    7788     uint8_t      *pbField = pbVmcs + offField;
     7788    uint8_t      *pbField   = pbVmcs + offField;
    77897789    uint8_t const uEffWidth = HMVmxGetVmcsFieldWidthEff(FieldEnc.u);
    77907790    switch (uEffWidth)
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