Changeset 17251 in vbox for trunk/src/recompiler/VBoxRecompiler.c
- Timestamp:
- Mar 2, 2009 1:55:31 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 43584
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r17106 r17251 2861 2861 * @param GCPhys Start physical address. 2862 2862 * @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 */ 2864 REMR3DECL(void) REMR3NotifyPhysRamDeregister(PVM pVM, RTGCPHYS GCPhys, RTUINT cb) 2865 { 2866 Log(("REMR3NotifyPhysRamDeregister: GCPhys=%RGp cb=%d\n", GCPhys, cb)); 2869 2867 VM_ASSERT_EMT(pVM); 2870 2868
Note:
See TracChangeset
for help on using the changeset viewer.