Changeset 41777 in vbox for trunk/src/VBox/VMM/VMMRZ
- Timestamp:
- Jun 16, 2012 6:49:15 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78595
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/PGMRZDynMap.cpp
r40806 r41777 466 466 * 467 467 * @returns VBox status code. 468 * @param pVM Pointer to the shared VM structure.468 * @param pVM Pointer to the VM. 469 469 */ 470 470 VMMR0DECL(int) PGMR0DynMapInitVM(PVM pVM) … … 521 521 * Terminates the dynamic mapping cache usage for a VM. 522 522 * 523 * @param pVM Pointer to the shared VM structure.523 * @param pVM Pointer to the VM. 524 524 */ 525 525 VMMR0DECL(void) PGMR0DynMapTermVM(PVM pVM)
Note:
See TracChangeset
for help on using the changeset viewer.