Changeset 13128 in vbox for trunk/src/recompiler
- Timestamp:
- Oct 9, 2008 12:18:06 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37626
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/VBoxRecompiler.c
r13117 r13128 2846 2846 REMR3DECL(void) REMR3NotifyHandlerPhysicalRegister(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhys, RTGCPHYS cb, bool fHasHCHandler) 2847 2847 { 2848 Log(("REMR3NotifyHandlerPhysicalRegister: enmType=%d GCPhys=%VGp cb=% dfHasHCHandler=%d\n",2848 Log(("REMR3NotifyHandlerPhysicalRegister: enmType=%d GCPhys=%VGp cb=%VGp fHasHCHandler=%d\n", 2849 2849 enmType, GCPhys, cb, fHasHCHandler)); 2850 2850 VM_ASSERT_EMT(pVM); … … 2926 2926 REMR3DECL(void) REMR3NotifyHandlerPhysicalModify(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhysOld, RTGCPHYS GCPhysNew, RTGCPHYS cb, bool fHasHCHandler, bool fRestoreAsRAM) 2927 2927 { 2928 Log(("REMR3NotifyHandlerPhysicalModify: enmType=%d GCPhysOld=%VGp GCPhysNew=%VGp cb=% dfHasHCHandler=%RTbool fRestoreAsRAM=%RTbool\n",2928 Log(("REMR3NotifyHandlerPhysicalModify: enmType=%d GCPhysOld=%VGp GCPhysNew=%VGp cb=%VGp fHasHCHandler=%RTbool fRestoreAsRAM=%RTbool\n", 2929 2929 enmType, GCPhysOld, GCPhysNew, cb, fHasHCHandler, fRestoreAsRAM)); 2930 2930 VM_ASSERT_EMT(pVM);
Note:
See TracChangeset
for help on using the changeset viewer.