Changeset 28260 in vbox
- Timestamp:
- Apr 13, 2010 2:56:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPool.cpp
r28092 r28260 538 538 Assert(pPage->enmKind != PGMPOOLKIND_FREE); 539 539 540 /* @todo this code doesn't make any sense. remove the if (!pVCpu) block */ 540 541 if (!pVCpu) /** @todo This shouldn't happen any longer, all access handlers will be called on an EMT. All ring-3 handlers, except MMIO, already own the PGM lock. @bugref{3170} */ 541 542 {
Note:
See TracChangeset
for help on using the changeset viewer.