Changeset 10343 in vbox
- Timestamp:
- Jul 7, 2008 5:24:00 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32967
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r10340 r10343 120 120 if (!pPDSrc) 121 121 { 122 LogFlow(("Trap0eHandler: guest PDPTR not present CR3=%VGp\n", (CPUMGetGuestCR3(pVM) & X86_CR3_PAGE_MASK)));122 LogFlow(("Trap0eHandler: guest PDPTR %d not present CR3=%VGp\n", (pvFault >> X86_PML4_SHIFT) & X86_PML4_MASK, (CPUMGetGuestCR3(pVM) & X86_CR3_PAGE_MASK))); 123 123 STAM_STATS({ pVM->pgm.s.CTXSUFF(pStatTrap0eAttribution) = &pVM->pgm.s.StatTrap0eGuestTrap; }); 124 124 TRPMSetErrorCode(pVM, uErr);
Note:
See TracChangeset
for help on using the changeset viewer.