Changeset 56080 in vbox for trunk/include/VBox
- Timestamp:
- May 26, 2015 2:36:27 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100604
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r56047 r56080 2059 2059 /** Unknown or unrecognized SVM exit. */ 2060 2060 #define VERR_SVM_UNKNOWN_EXIT (-4060) 2061 /** Internal SVM processing error no 1. */ 2062 #define VERR_SVM_IPE_1 (-4061) 2063 /** Internal SVM processing error no 2. */ 2064 #define VERR_SVM_IPE_2 (-4062) 2065 /** Internal SVM processing error no 3. */ 2066 #define VERR_SVM_IPE_3 (-4063) 2067 /** Internal SVM processing error no 4. */ 2068 #define VERR_SVM_IPE_4 (-4064) 2069 /** Internal SVM processing error no 5. */ 2070 #define VERR_SVM_IPE_5 (-4065) 2061 2071 /** @} */ 2062 2072
Note:
See TracChangeset
for help on using the changeset viewer.