Changeset 13532 in vbox for trunk/include
- Timestamp:
- Oct 23, 2008 12:39:48 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38381
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cpum.h
r13198 r13532 890 890 VMMDECL(void) CPUMPushHyper(PVM pVM, uint32_t u32); 891 891 VMMDECL(void) CPUMHyperSetCtxCore(PVM pVM, PCPUMCTXCORE pCtxCore); 892 VMMDECL( int) CPUMQueryGuestCtxPtr(PVM pVM, PCPUMCTX *ppCtx);892 VMMDECL(PCPUMCTX) CPUMQueryGuestCtxPtr(PVM pVM); 893 893 VMMDECL(int) CPUMQueryHyperCtxPtr(PVM pVM, PCPUMCTX *ppCtx); 894 894 VMMDECL(PCCPUMCTXCORE) CPUMGetGuestCtxCore(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.