Changeset 41394 in vbox
- Timestamp:
- May 22, 2012 2:23:54 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp (modified) (1 diff)
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.

