Changeset 42372 in vbox for trunk/include/VBox
- Timestamp:
- Jul 24, 2012 9:50:16 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79454
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r42192 r42372 990 990 /** The guest LDT selector is out of bounds. */ 991 991 #define VERR_SELM_LDT_OUT_OF_BOUNDS (-2506) 992 /** Unknown error while reading the guest GDT during shadow table updating. */ 993 #define VERR_SELM_GDT_READ_ERROR (-2507) 994 /** The guest GDT so full that we cannot find free space for our own 995 * selectors. */ 996 #define VERR_SELM_GDT_TOO_FULL (-2508) 992 997 /** @} */ 993 998
Note:
See TracChangeset
for help on using the changeset viewer.