VirtualBox

Ignore:
Timestamp:
Mar 2, 2009 1:55:31 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43584
Message:

VMM,REM,DevPcArch: VBOX_WITH_NEW_PHYS_CODE changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r17106 r17251  
    28612861 * @param   GCPhys      Start physical address.
    28622862 * @param   cb          The size of the range.
    2863  * @todo    Rename to REMR3NotifyPhysRamDeregister (for MMIO2) as we won't
    2864  *          reserve any memory soon.
    2865  */
    2866 REMR3DECL(void) REMR3NotifyPhysReserve(PVM pVM, RTGCPHYS GCPhys, RTUINT cb)
    2867 {
    2868     Log(("REMR3NotifyPhysReserve: GCPhys=%RGp cb=%d\n", GCPhys, cb));
     2863 */
     2864REMR3DECL(void) REMR3NotifyPhysRamDeregister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb)
     2865{
     2866    Log(("REMR3NotifyPhysRamDeregister: GCPhys=%RGp cb=%d\n", GCPhys, cb));
    28692867    VM_ASSERT_EMT(pVM);
    28702868
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