Changeset 1101 in vbox for trunk/src/recompiler/new
- Timestamp:
- Feb 28, 2007 12:05:14 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18997
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/new/VBoxREMWrapper.cpp
r1100 r1101 1750 1750 } 1751 1751 1752 REMR3DECL(void) REMR3NotifyPhysRamChunkRegister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb, RTHCUINTPTR pvRam, unsigned fFlags) 1753 { 1754 #ifndef USE_REM_STUBS 1755 Assert(VALID_PTR(pfnREMR3NotifyPhysRamChunkRegister)); 1756 pfnREMR3NotifyPhysRamChunkRegister(pVM, GCPhys, cb, pvRam, fFlags); 1757 #endif 1758 } 1759 1752 1760 REMR3DECL(void) REMR3NotifyPhysRomRegister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb, void *pvCopy) 1753 1761 {
Note:
See TracChangeset
for help on using the changeset viewer.