Changeset 14363
- Timestamp:
- 11/19/08 18:04:45 (2 months ago)
- Files:
-
- trunk/include/VBox/err.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/err.h
r14332 r14363 415 415 /** The shadow paging mode is not supported yet. */ 416 416 #define VERR_PGM_UNSUPPORTED_SHADOW_PAGING_MODE (-1628) 417 /** The dynamic mapping cache for physical memory failed. */ 418 #define VERR_PGM_DYNMAP_FAILED (-1629) 419 /** The auto usage cache for the dynamic mapping set is full. */ 420 #define VERR_PGM_DYNMAP_FULL_SET (-1630) 417 421 418 422 /** @} */

