VirtualBox

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


Ignore:
Timestamp:
Apr 20, 2018 4:18:24 AM (7 years ago)
Author:
vboxsync
Message:

VMM/HM: Naming, nits.

File:
1 edited

Legend:

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

    r71910 r71927  
    435435            pIoExitInfo->u         = s_auIoOpSize[cbReg & 7];
    436436            pIoExitInfo->u        |= s_auIoAddrSize[(cAddrSizeBits >> 4) & 7];
    437             pIoExitInfo->n.u1STR   = fStrIo;
    438             pIoExitInfo->n.u1REP   = fRep;
    439             pIoExitInfo->n.u3SEG   = iEffSeg & 7;
     437            pIoExitInfo->n.u1Str   = fStrIo;
     438            pIoExitInfo->n.u1Rep   = fRep;
     439            pIoExitInfo->n.u3Seg   = iEffSeg & 7;
    440440            pIoExitInfo->n.u1Type  = enmIoType;
    441441            pIoExitInfo->n.u16Port = u16Port;
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