VirtualBox

Changeset 9657 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 12, 2008 12:32:03 PM (17 years ago)
Author:
vboxsync
Message:

Missing u1Reserved->u1Long

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp

    r9465 r9657  
    16371637                                iEntry, s_apszTypes[pDesc->Gen.u4Type], u32Base, cbLimit,
    16381638                                pDesc->Gen.u2Dpl, pszPresent, pszAccessed, pszGranularity, pszBig,
    1639                                 pDesc->Gen.u1Available, pDesc->Gen.u1Reserved, pszHyper);
     1639                                pDesc->Gen.u1Available, pDesc->Gen.u1Long, pszHyper);
    16401640    }
    16411641    else
     
    16911691                                        iEntry, s_apszTypes[pDesc->Gen.u4Type], u32Base, cbLimit,
    16921692                                        pDesc->Gen.u2Dpl, pszPresent, pszBusy, pszGranularity, pszBig,
    1693                                         pDesc->Gen.u1Available, pDesc->Gen.u1Reserved | (pDesc->Gen.u1DefBig << 1),
     1693                                        pDesc->Gen.u1Available, pDesc->Gen.u1Long | (pDesc->Gen.u1DefBig << 1),
    16941694                                        pszHyper);
    16951695                break;
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