Changeset 26510 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 14, 2010 9:37:18 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57681
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/MMAllHyper.cpp
r25891 r26510 351 351 * @returns NULL on failure. 352 352 * @param pHeap The heap. 353 * @param cb 353 * @param cb Size of the memory block to allocate. 354 354 * @param uAlignment The alignment specifications for the allocated block. 355 355 * @internal … … 596 596 * @returns NULL on failure. 597 597 * @param pHeap The heap. 598 * @param cb 598 * @param cb Size of the memory block to allocate. 599 599 * @internal 600 600 */ -
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r26279 r26510 3398 3398 { 3399 3399 case PGMPOOLKIND_32BIT_PD: 3400 3400 case PGMPOOLKIND_32BIT_PD_PHYS: 3401 3401 Assert(iUserTable < X86_PG_ENTRIES); 3402 3402 break; … … 3454 3454 /* 32-bit entries */ 3455 3455 case PGMPOOLKIND_32BIT_PD: 3456 3456 case PGMPOOLKIND_32BIT_PD_PHYS: 3457 3457 ASMAtomicWriteSize(&u.pau32[iUserTable], 0); 3458 3458 break;
Note:
See TracChangeset
for help on using the changeset viewer.