VirtualBox

Ignore:
Timestamp:
Apr 4, 2008 1:59:27 PM (17 years ago)
Author:
vboxsync
Message:

And another one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r7742 r7743  
    28152815                 * Check if there is any page directory to mark not present here.
    28162816                 */
    2817 #  if PGM_SHW_TYPE == PGM_TYPE_32BIT
     2817#  if PGM_SHW_TYPE == PGM_TYPE_PAE && PGM_GST_TYPE == PGM_TYPE_32BIT
     2818                for (unsigned i = 0, iPdShw = iPD * 2; i < 2; i++, iPdShw++) /* pray that the compiler unrolls this */
     2819#  else
    28182820                const unsigned iPdShw = iPD; NOREF(iPdShw);
    2819 #  else
    2820                 for (unsigned i = 0, iPdShw = iPD * 2; i < 2; i++, iPdShw++) /* pray that the compiler unrolls this */
    28212821#  endif
    28222822                {
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