Changeset 14716 in vbox for trunk/src/VBox
- Timestamp:
- Nov 27, 2008 3:51:16 PM (16 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMMap.cpp
r14301 r14716 583 583 /* 584 584 * Check that the ranges are available. 585 * (This code sdoesn't have to be fast.)585 * (This code doesn't have to be fast.) 586 586 */ 587 587 while (cPages > 0) -
trunk/src/VBox/VMM/VMMSwitcher.cpp
r14705 r14716 190 190 191 191 /* 192 * Finally, PGM probably ha veselected a switcher already but we need192 * Finally, PGM probably has selected a switcher already but we need 193 193 * to get the routine addresses, so we'll reselect it. 194 194 * This may legally fail so, we're ignoring the rc.
Note:
See TracChangeset
for help on using the changeset viewer.