Changeset 13975 in vbox for trunk/include/VBox
- Timestamp:
- Nov 7, 2008 4:33:20 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39013
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cpum.h
r13960 r13975 894 894 VMMDECL(int) CPUMQueryHyperCtxPtr(PVM pVM, PCPUMCTX *ppCtx); 895 895 VMMDECL(PCCPUMCTXCORE) CPUMGetGuestCtxCore(PVM pVM); 896 VMMDECL(PCCPUMCTXCORE) CPUMGetGuestCtxCoreEx(PVM pVM, PVMCPU pVCpu); 896 897 VMMDECL(PCCPUMCTXCORE) CPUMGetHyperCtxCore(PVM pVM); 897 898 VMMDECL(void) CPUMSetGuestCtxCore(PVM pVM, PCCPUMCTXCORE pCtxCore);
Note:
See TracChangeset
for help on using the changeset viewer.