Changeset 25940 in vbox for trunk/src/VBox
- Timestamp:
- Jan 20, 2010 4:02:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IOMAllMMIO.cpp
r25483 r25940 1050 1050 1051 1051 STAM_PROFILE_START(&pVM->iom.s.StatRZMMIOHandler, a); 1052 Log(("iomMMIOHandler: GCPhys=%RGp uErr=%#x pvFault=%RGvrip=%RGv\n",1052 Log(("iomMMIOHandler: GCPhys=%RGp uErr=%#x rip=%RGv\n", 1053 1053 GCPhysFault, (uint32_t)uErrorCode, (RTGCPTR)pCtxCore->rip)); 1054 1054
Note:
See TracChangeset
for help on using the changeset viewer.