vbox的更動 58127 路徑 trunk/src/VBox/VMM/include/EMHandleRCTmpl.h
- 時間撮記:
- 2015-10-8 下午10:09:23 (9 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/include/EMHandleRCTmpl.h
r58123 r58127 35 35 * @param pVM The cross context VM structure. 36 36 * @param pVCpu The cross context virtual CPU structure. 37 * @param pCtx Pointer to the guest CPU context. 37 38 * @param rc The return code. 38 * @param pCtx Pointer to the guest CPU context.39 39 */ 40 40 #ifdef EMHANDLERC_WITH_PATM 41 41 int emR3RawHandleRC(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, int rc) 42 #elif defined(EMHANDLERC_WITH_HM) 42 #elif defined(EMHANDLERC_WITH_HM) || defined(DOXYGEN_RUNNING) 43 43 int emR3HmHandleRC(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx, int rc) 44 44 #endif
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器