VirtualBox

Ignore:
Timestamp:
Aug 8, 2008 11:31:54 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34406
Message:

VMM: ELEMENTS -> RT_ELEMENTS.

File:
1 edited

Legend:

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

    r8856 r11311  
    189189                unsigned iPT  = off >> X86_PD_SHIFT;
    190190                unsigned iPTE = (off >> PAGE_SHIFT) & X86_PT_MASK;
    191                 while (cb > 0 && iPTE < ELEMENTS(CTXALLSUFF(pCur->aPTs[iPT].pPT)->a))
     191                while (cb > 0 && iPTE < RT_ELEMENTS(CTXALLSUFF(pCur->aPTs[iPT].pPT)->a))
    192192                {
    193193                    /* 32-Bit */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette