- Timestamp:
- Feb 26, 2010 12:46:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp
r26455 r26840 401 401 * current limit is kind of random... 402 402 */ 403 if (cb < _128K) 403 if (cb < _128K 404 && (uAlignment == 0 || uAlignment == PAGE_SIZE)) 405 404 406 { 405 407 PHYSICAL_ADDRESS Zero;
Note:
See TracChangeset
for help on using the changeset viewer.