VirtualBox

Changeset 17465 in vbox for trunk/include


Ignore:
Timestamp:
Mar 6, 2009 1:09:17 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43889
Message:

Removed unused return code

File:
1 edited

Legend:

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

    r17434 r17465  
    432432# ifdef IN_RC
    433433VMMDECL(int)        PGMDynMapHCPage(PVM pVM, RTHCPHYS HCPhys, void **ppv);
    434 VMMDECL(int)        PGMDynLockHCPage(PVM pVM, RCPTRTYPE(uint8_t *) GCPage);
    435 VMMDECL(int)        PGMDynUnlockHCPage(PVM pVM, RCPTRTYPE(uint8_t *) GCPage);
     434VMMDECL(void)       PGMDynLockHCPage(PVM pVM, RCPTRTYPE(uint8_t *) GCPage);
     435VMMDECL(void)       PGMDynUnlockHCPage(PVM pVM, RCPTRTYPE(uint8_t *) GCPage);
    436436#  ifdef VBOX_STRICT
    437437VMMDECL(void)       PGMDynCheckLocks(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