VirtualBox

Changeset 61672 in vbox


Ignore:
Timestamp:
Jun 13, 2016 8:57:36 AM (9 years ago)
Author:
vboxsync
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/DBGFR3Type.cpp

    r61671 r61672  
    10251025    for (uint32_t i = 0; i < pVal->cEntries; i++)
    10261026    {
    1027         PDBGFTYPEVAL pValEntry = &pVal->aEntries[i];
    1028         PDBGFVALBUF pValBuf = pValEntry->cEntries > 1 ? pValEntry->Buf.pVal : &pValEntry->Buf.Val;
     1027        PDBGFTYPEVALENTRY pValEntry = &pVal->aEntries[i];
     1028        PDBGFTYPEVALBUF pValBuf = pValEntry->cEntries > 1 ? pValEntry->Buf.pVal : &pValEntry->Buf.Val;
    10291029
    10301030        if (pValEntry->enmType == DBGFTYPEBUILTIN_COMPOUND)
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