Changeset 41933 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 27, 2012 6:37:33 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78801
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/VMMSwitcher.h
r41800 r41933 106 106 /** vmmGCGuestToHostAsm assembly entrypoint. */ 107 107 uint32_t offGCGuestToHostAsm; 108 /** vmmGCGuestToHostAsmHyperCtx assembly entrypoint taking HyperCtx. */109 uint32_t offGCGuestToHostAsmHyperCtx;110 /** vmmGCGuestToHostAsmGuestCtx assembly entrypoint taking GuestCtx. */111 uint32_t offGCGuestToHostAsmGuestCtx;112 108 /** @name Disassembly Regions. 113 109 * @{ */ -
trunk/src/VBox/VMM/include/VMMSwitcher.mac
r35333 r41933 50 50 .offGCCallTrampoline: resd 1 51 51 .offGCGuestToHostAsm: resd 1 52 .offGCGuestToHostAsmHyperCtx: resd 153 .offGCGuestToHostAsmGuestCtx: resd 154 52 ; disasm help 55 53 .offHCCode0: resd 1
Note:
See TracChangeset
for help on using the changeset viewer.