Changeset 1930 in vbox
- Timestamp:
- Apr 4, 2007 1:18:48 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20190
- Location:
- trunk/src/VBox/VMM/VMMAll
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r1929 r1930 256 256 PGMDECL(int) PGMTrap0eHandler(PVM pVM, RTGCUINT uErr, PCPUMCTXCORE pRegFrame, RTGCPTR pvFault) 257 257 { 258 Log (("PGMTrap0eHandler: uErr=%#x pvFault=%VGv eip=%VGv\n", uErr, pvFault, pRegFrame->eip));258 LogFlow(("PGMTrap0eHandler: uErr=%#x pvFault=%VGv eip=%VGv\n", uErr, pvFault, pRegFrame->eip)); 259 259 STAM_PROFILE_START(&pVM->pgm.s.StatGCTrap0e, a); 260 260 STAM_STATS({ pVM->pgm.s.CTXSUFF(pStatTrap0eAttribution) = NULL; } ); -
trunk/src/VBox/VMM/VMMAll/PGMAllShw.h
r1929 r1930 308 308 { 309 309 pPT->a[iPTE].u = (pPT->a[iPTE].u & (fMask | SHW_PTE_PG_MASK)) | (fFlags & ~SHW_PTE_PG_MASK); 310 ////Assert(pPT->a[iPTE].n.u1Present);310 Assert(pPT->a[iPTE].n.u1Present); 311 311 PGM_INVL_PG(GCPtr); 312 312 } -
trunk/src/VBox/VMM/VMMAll/TRPMAll.cpp
r1929 r1930 423 423 #endif 424 424 && !PATMIsPatchGCAddr(pVM, (RTGCPTR)pRegFrame->eip) 425 //testestset426 // && iGate != 0xef427 425 ) 428 426 {
Note:
See TracChangeset
for help on using the changeset viewer.