VirtualBox

Changeset 13532 in vbox for trunk/include


Ignore:
Timestamp:
Oct 23, 2008 12:39:48 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38381
Message:

CPUMQueryGuestCtxPtr doesn't need to return a status. It can never fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/cpum.h

    r13198 r13532  
    890890VMMDECL(void)           CPUMPushHyper(PVM pVM, uint32_t u32);
    891891VMMDECL(void)           CPUMHyperSetCtxCore(PVM pVM, PCPUMCTXCORE pCtxCore);
    892 VMMDECL(int)            CPUMQueryGuestCtxPtr(PVM pVM, PCPUMCTX *ppCtx);
     892VMMDECL(PCPUMCTX)       CPUMQueryGuestCtxPtr(PVM pVM);
    893893VMMDECL(int)            CPUMQueryHyperCtxPtr(PVM pVM, PCPUMCTX *ppCtx);
    894894VMMDECL(PCCPUMCTXCORE)  CPUMGetGuestCtxCore(PVM pVM);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette