VirtualBox

Changeset 1107 in vbox


Ignore:
Timestamp:
Feb 28, 2007 1:08:52 PM (18 years ago)
Author:
vboxsync
Message:

Another attempt at fixing the build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/new/VBoxREMWrapper.cpp

    r1101 r1107  
    328328static DECLCALLBACKPTR(void, pfnREMR3ReplayHandlerNotifications)(PVM pVM);
    329329static DECLCALLBACKPTR(void, pfnREMR3NotifyPhysRamRegister)(PVM, RTGCPHYS, RTUINT, void *, unsigned);
     330static DECLCALLBACKPTR(void, pfnREMR3NotifyPhysRamChunkRegister)(PVM, RTGCPHYS, RTUINT, RTHCUINTPTR, unsigned);
    330331static DECLCALLBACKPTR(void, pfnREMR3NotifyPhysReserve)(PVM, RTGCPHYS, RTUINT);
    331332static DECLCALLBACKPTR(void, pfnREMR3NotifyPhysRomRegister)(PVM, RTGCPHYS, RTUINT, void *);
     
    387388    { REMPARMDESC_FLAGS_GCPHYS,     sizeof(RTGCPHYS) },
    388389    { REMPARMDESC_FLAGS_INT,        sizeof(RTUINT) },
    389     { REMPARMDESC_FLAGS_INT,        sizeof(void *) },
     390    { REMPARMDESC_FLAGS_INT,        sizeof(RTHCUINTPTR) },
    390391    { REMPARMDESC_FLAGS_INT,        sizeof(unsigned) }
    391392};
Note: See TracChangeset for help on using the changeset viewer.

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