Changeset 4815 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Sep 14, 2007 6:24:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r4811 r4815 1011 1011 paPages[iPage].Phys = pReq->u.Out.aPages[iPage]; 1012 1012 Assert(!(paPages[iPage].Phys & ~X86_PTE_PAE_PG_MASK)); 1013 Assert(paPages[iPage].Phys <= UINT32_C(0xfffff f000));1013 Assert(paPages[iPage].Phys <= UINT32_C(0xfffff000)); 1014 1014 } 1015 1015 }
Note:
See TracChangeset
for help on using the changeset viewer.