Changeset 87357 in vbox for trunk/include/VBox
- Timestamp:
- Jan 21, 2021 7:54:04 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142338
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r87130 r87357 2230 2230 * nested-guest execution mode. */ 2231 2231 #define VINF_SVM_INTERCEPT_NOT_ACTIVE 4069 2232 /** Precodition no 0 in hmR0SvmVmRun failed. */ 2233 #define VERR_SVM_VMRUN_PRECOND_0 (-4070) 2234 /** Precodition no 1 in hmR0SvmVmRun failed. */ 2235 #define VERR_SVM_VMRUN_PRECOND_1 (-4071) 2236 /** Precodition no 2 in hmR0SvmVmRun failed. */ 2237 #define VERR_SVM_VMRUN_PRECOND_2 (-4072) 2238 /** Precodition no 3 in hmR0SvmVmRun failed. */ 2239 #define VERR_SVM_VMRUN_PRECOND_3 (-4073) 2232 2240 /** @} */ 2233 2241
Note:
See TracChangeset
for help on using the changeset viewer.