VirtualBox

Changeset 1101 in vbox for trunk/src/recompiler/new


Ignore:
Timestamp:
Feb 28, 2007 12:05:14 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18997
Message:

Finished up the REMR3NotifyPhysRamChunkRegister wrapper.

File:
1 edited

Legend:

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

    r1100 r1101  
    17501750}
    17511751
     1752REMR3DECL(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
    17521760REMR3DECL(void) REMR3NotifyPhysRomRegister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb, void *pvCopy)
    17531761{
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