- Timestamp:
- Mar 6, 2009 1:10:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r17460 r17467 131 131 { 132 132 if (pvPage) 133 PGMDyn LockHCPage(pVM, (uint8_t *)pvPage);133 PGMDynUnlockHCPage(pVM, (uint8_t *)pvPage); 134 134 } 135 135 #else
Note:
See TracChangeset
for help on using the changeset viewer.