- Timestamp:
- Nov 19, 2008 5:04:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.