Changeset 41394 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 22, 2012 2:23:54 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78103
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp
r41393 r41394 3391 3391 Log5(("pgmR3PhysRomWriteHandler: %d %c %#08RGp %#04zx\n", pRomPage->enmProt, enmAccessType == PGMACCESSTYPE_READ ? 'R' : 'W', GCPhys, cbBuf)); 3392 3392 NOREF(pvPhys); 3393 RTLogPrintf("pgmPhysRomWriteHandler: enmAccessType=%d GCPhys=%RGp\n", (uint32_t)enmAccessType, GCPhys);3394 3393 3395 3394 if (enmAccessType == PGMACCESSTYPE_READ)
Note:
See TracChangeset
for help on using the changeset viewer.