Changeset 1107 in vbox
- Timestamp:
- Feb 28, 2007 1:08:52 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/new/VBoxREMWrapper.cpp
r1101 r1107 328 328 static DECLCALLBACKPTR(void, pfnREMR3ReplayHandlerNotifications)(PVM pVM); 329 329 static DECLCALLBACKPTR(void, pfnREMR3NotifyPhysRamRegister)(PVM, RTGCPHYS, RTUINT, void *, unsigned); 330 static DECLCALLBACKPTR(void, pfnREMR3NotifyPhysRamChunkRegister)(PVM, RTGCPHYS, RTUINT, RTHCUINTPTR, unsigned); 330 331 static DECLCALLBACKPTR(void, pfnREMR3NotifyPhysReserve)(PVM, RTGCPHYS, RTUINT); 331 332 static DECLCALLBACKPTR(void, pfnREMR3NotifyPhysRomRegister)(PVM, RTGCPHYS, RTUINT, void *); … … 387 388 { REMPARMDESC_FLAGS_GCPHYS, sizeof(RTGCPHYS) }, 388 389 { REMPARMDESC_FLAGS_INT, sizeof(RTUINT) }, 389 { REMPARMDESC_FLAGS_INT, sizeof( void *) },390 { REMPARMDESC_FLAGS_INT, sizeof(RTHCUINTPTR) }, 390 391 { REMPARMDESC_FLAGS_INT, sizeof(unsigned) } 391 392 };
Note:
See TracChangeset
for help on using the changeset viewer.