- Timestamp:
- Mar 16, 2010 3:02:40 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58877
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0.cpp
r26606 r27409 204 204 int rc; 205 205 206 LogFlow(("PGMTrap0eHandler: uErr=% #x pvFault=%RGp eip=%RGv\n", uErr, pvFault, (RTGCPTR)pRegFrame->rip));206 LogFlow(("PGMTrap0eHandler: uErr=%RGx pvFault=%RGp eip=%RGv\n", uErr, pvFault, (RTGCPTR)pRegFrame->rip)); 207 207 STAM_PROFILE_START(&pVCpu->pgm.s.StatRZTrap0e, a); 208 208 STAM_STATS({ pVCpu->pgm.s.CTX_SUFF(pStatTrap0eAttribution) = NULL; } );
Note:
See TracChangeset
for help on using the changeset viewer.