vbox的更動 13815 路徑 trunk/include
- 時間撮記:
- 2008-11-4 下午10:46:38 (16 年 以前)
- 位置:
- trunk/include/VBox
- 檔案:
-
- 修改 2 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/vm.h
r13796 r13815 493 493 * @remark Assume interrupts disabled. 494 494 */ 495 RT GCPTR32pfnVMMGCGuestToHostAsmGuestCtx/*(int32_t eax, CPUMCTXCORE Ctx)*/;495 RTRCPTR pfnVMMGCGuestToHostAsmGuestCtx/*(int32_t eax, CPUMCTXCORE Ctx)*/; 496 496 497 497 /** … … 508 508 * @remark Assume interrupts disabled. 509 509 */ 510 RT GCPTR32pfnVMMGCGuestToHostAsmHyperCtx/*(int32_t eax, PCPUMCTXCORE ecx)*/;510 RTRCPTR pfnVMMGCGuestToHostAsmHyperCtx/*(int32_t eax, PCPUMCTXCORE ecx)*/; 511 511 512 512 /** … … 520 520 * @remark Assume interrupts disabled. 521 521 */ 522 RT GCPTR32pfnVMMGCGuestToHostAsm/*(int32_t eax)*/;522 RTRCPTR pfnVMMGCGuestToHostAsm/*(int32_t eax)*/; 523 523 /** @} */ 524 524 -
trunk/include/VBox/vm.mac
r13791 r13815 62 62 .u32Reserved resd 5 63 63 64 .pfnVMMGCGuestToHostAsmGuestCtx RT GCPTR32_RES 165 .pfnVMMGCGuestToHostAsmHyperCtx RT GCPTR32_RES 166 .pfnVMMGCGuestToHostAsm RT GCPTR32_RES 164 .pfnVMMGCGuestToHostAsmGuestCtx RTRCPTR_RES 1 65 .pfnVMMGCGuestToHostAsmHyperCtx RTRCPTR_RES 1 66 .pfnVMMGCGuestToHostAsm RTRCPTR_RES 1 67 67 68 68 .uPadding1 RTHCPTR_RES 1
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器