Changeset 14716
- Timestamp:
- 11/27/08 16:51:16 (1 month ago)
- Files:
-
- trunk/src/VBox/VMM/PGMMap.cpp (modified) (1 diff)
- trunk/src/VBox/VMM/VMMSwitcher.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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.

