VirtualBox

Changeset 9414 in vbox for trunk/src/VBox/VMM/VMMR0


Ignore:
Timestamp:
Jun 5, 2008 12:06:48 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31652
Message:

macro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/VMM/VMMR0/HWACCMR0.cpp

    r9413 r9414  
    912912     * Limit and Base and format the output.
    913913     */
    914     uint32_t    u32Limit = pDesc->Gen.u4LimitHigh << 16 | pDesc->Gen.u16LimitLow;
     914    uint32_t    u32Limit = X86DESC_LIMIT(*pDesc);
    915915    if (pDesc->Gen.u1Granularity)
    916916        u32Limit = u32Limit << PAGE_SHIFT | PAGE_OFFSET_MASK;
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