VirtualBox

Ignore:
Timestamp:
Sep 14, 2007 6:24:48 PM (17 years ago)
Author:
vboxsync
Message:

one 'f' to many.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r4811 r4815  
    10111011                    paPages[iPage].Phys = pReq->u.Out.aPages[iPage];
    10121012                    Assert(!(paPages[iPage].Phys & ~X86_PTE_PAE_PG_MASK));
    1013                     Assert(paPages[iPage].Phys <= UINT32_C(0xffffff000));
     1013                    Assert(paPages[iPage].Phys <= UINT32_C(0xfffff000));
    10141014                }
    10151015        }
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