Changeset 73275 in vbox for trunk/include/VBox/err.h
- Timestamp:
- Jul 20, 2018 4:02:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r73203 r73275 455 455 /** The shadow page pool was flushed. 456 456 * This means that a global CR3 sync was flagged. Anyone receiving this kind of status 457 * will have to get down to a SyncCR3 ASAP. See also VINF_PGM_SYNC_CR3. */ 457 * will have to get down to a SyncCR3 ASAP. See also VINF_PGM_SYNC_CR3. 458 * @todo r=bird: This error code isn't used anymore... */ 458 459 #define VERR_PGM_POOL_FLUSHED (-1620) 459 460 /** The shadow page pool was cleared.
Note:
See TracChangeset
for help on using the changeset viewer.