Changeset 13703 for trunk/include/VBox/err.h
- Timestamp:
- 10/31/08 01:20:53 (2 months ago)
- Files:
-
- trunk/include/VBox/err.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/include/VBox/err.h
r13702 r13703 101 101 * resolved there it will enter guru meditation. */ 102 102 #define VINF_EM_DBG_HYPER_ASSERTION 1103 103 /** Hit a ring-0 assertion on EMT.104 * EM will enter guru mediation state when. */105 #define VINF_EM_DBG_RING0_ASSERTION 1104106 103 /** Indicating that the VM should be suspended for debugging because 107 104 * the developer wants to inspect the VM state. */ … … 765 762 /** Reason for leaving GC: Calling host function. */ 766 763 #define VINF_VMM_CALL_HOST 2700 764 /** Reason for leaving R0: Hit a ring-0 assertion on EMT. */ 765 #define VERR_VMM_RING0_ASSERTION (-2701) 767 766 /** @} */ 768 767

