- Timestamp:
- Sep 4, 2009 10:02:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r22771 r22772 912 912 PCPUMCTXCORE pRegFrame, RTGCPHYS GCPhysFault, RTGCPTR pvFault) 913 913 { 914 #ifdef IN_RING0915 int rc = pgmPoolMonitorChainFlush(pPool, pPage);916 #else917 914 /* 918 915 * First, do the flushing. … … 949 946 /* See use in pgmPoolAccessHandlerSimple(). */ 950 947 PGM_INVL_VCPU_TLBS(pVCpu); 951 #endif952 948 LogFlow(("pgmPoolAccessHandlerPT: returns %Rrc (flushed)\n", rc)); 953 949 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.