VirtualBox

Changeset 1995 in vbox for trunk/src/VBox/VMM/PATM


Ignore:
Timestamp:
Apr 9, 2007 1:33:44 PM (18 years ago)
Author:
vboxsync
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/CSAM.cpp

    r1994 r1995  
    15111511CSAMR3DECL(int) CSAMR3FlushPage(PVM pVM, RTGCPTR addr)
    15121512{
     1513    addr = addr & PAGE_BASE_GC_MASK;
    15131514    return csamFlushPage(pVM, addr, true /* remove page record */);
    15141515}
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