- Timestamp:
- Nov 26, 2008 1:28:00 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMHyper.cpp
r14601 r14637 538 538 AssertPtrReturn(paPages, VERR_INVALID_POINTER); 539 539 AssertReturn(cPages > 0, VERR_INVALID_PARAMETER); 540 AssertReturn(cPages < 1 024, VERR_INVALID_PARAMETER);540 AssertReturn(cPages < 128 * _1M / PAGE_SIZE, VERR_INVALID_PARAMETER); 541 541 AssertPtrReturn(pszDesc, VERR_INVALID_POINTER); 542 542 AssertReturn(*pszDesc, VERR_INVALID_PARAMETER);
Note:
See TracChangeset
for help on using the changeset viewer.