Changeset 12129 in vbox
- Timestamp:
- Sep 5, 2008 12:47:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r11525 r12129 2108 2108 if (pPdeDst->n.u1Present) 2109 2109 { 2110 #ifndef IN_RING0 2110 2111 /* Bail out here as pgmPoolGetPageByHCPhys will return NULL and we'll crash below. 2111 2112 * Our individual shadow handlers will provide more information and force a fatal exit. … … 2117 2118 return VINF_SUCCESS; 2118 2119 } 2119 2120 #endif 2120 2121 /* 2121 2122 * Map shadow page table. … … 2187 2188 # endif 2188 2189 STAM_PROFILE_STOP(&pVM->pgm.s.CTXMID(Stat, DirtyBitTracking), a); 2189 Log Flow(("CheckPageFault: real page fault at %VGv (%d)\n", GCPtrPage, uPageFaultLevel));2190 Log(("CheckPageFault: real page fault at %VGv (%d)\n", GCPtrPage, uPageFaultLevel)); 2190 2191 2191 2192 if (
Note:
See TracChangeset
for help on using the changeset viewer.