Changeset 13975 for trunk/include/VBox/cpum.h
- Timestamp:
- 11/07/08 17:33:20 (2 months ago)
- Files:
-
- trunk/include/VBox/cpum.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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);

