Changeset 22697 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp
- Timestamp:
- Sep 2, 2009 9:02:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r22695 r22697 436 436 rc = VERR_PGM_PHYS_PAGE_RESERVED; 437 437 else 438 #if 0 438 439 if (PGM_PAGE_HAS_ACTIVE_HANDLERS(pPage)) 439 440 { … … 445 446 } 446 447 else 448 #endif 447 449 { 448 450 /*
Note:
See TracChangeset
for help on using the changeset viewer.