Changeset 4080 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Aug 7, 2007 5:25:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VM.cpp
r4078 r4080 250 250 const char *pszError; 251 251 /* 252 * An error occurred at support library initialization time (before the 253 * VM could be created). Set the error message directly using the 254 * initial callback, as the callback list doesn't exist yet. 252 * An error occurred during VM creation. Set the error message directly 253 * using the initial callback, as the callback list doesn't exist yet. 255 254 */ 256 255 switch (rc)
Note:
See TracChangeset
for help on using the changeset viewer.