vbox的更動 13703 路徑 trunk/include/VBox
- 時間撮記:
- 2008-10-31 上午12:20:53 (16 年 以前)
- 位置:
- trunk/include/VBox
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
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 -
trunk/include/VBox/err.mac
r13702 r13703 19 19 %define VINF_EM_DBG_HYPER_BREAKPOINT 1102 20 20 %define VINF_EM_DBG_HYPER_ASSERTION 1103 21 %define VINF_EM_DBG_RING0_ASSERTION 110422 21 %define VINF_EM_DBG_STOP 1105 23 22 %define VINF_EM_DBG_STEPPED 1106 … … 243 242 %define VINF_IOM_HC_MMIO_READ_WRITE 2625 244 243 %define VINF_VMM_CALL_HOST 2700 244 %define VERR_VMM_RING0_ASSERTION (-2701) 245 245 %define VERR_PDM_NO_SUCH_LUN (-2800) 246 246 %define VERR_PDM_DEVINS_UNKNOWN_CFG_VALUES (-2801)
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器