Changeset 24938 in vbox for trunk/include
- Timestamp:
- Nov 25, 2009 11:04:36 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r24618 r24938 126 126 * exit to the VM awaiting the destruction request. */ 127 127 #define VINF_EM_OFF 1109 128 /** Indicating that the VM has been suspended and that the the thread 129 * should wait for request telling it what to do next. */ 130 #define VINF_EM_SUSPEND 1110 128 131 /** Indicating that the VM has been reset and that scheduling goes 129 132 * back to startup defaults. */ 130 #define VINF_EM_RESET 1110 131 /** Indicating that the VM has been suspended and that the the thread 132 * should wait for request telling it what to do next. */ 133 #define VINF_EM_SUSPEND 1111 133 #define VINF_EM_RESET 1111 134 134 /** Indicating that the VM has executed a halt instruction and that 135 135 * the emulation thread should wait for an interrupt before resuming
Note:
See TracChangeset
for help on using the changeset viewer.