Changeset 13815 in vbox for trunk/include
- Timestamp:
- Nov 4, 2008 10:46:38 PM (16 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.