Changeset 24201 in vbox
- Timestamp:
- Oct 30, 2009 2:45:39 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54148
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r24197 r24201 2075 2075 VMMDECL(bool) PGMHasDirtyPages(PVM pVM) 2076 2076 { 2077 return p Pool->cDirtyPages != 0;2077 return pVM->pgm.s.CTX_SUFF(pPool)->cDirtyPages != 0; 2078 2078 } 2079 2079 #endif
Note:
See TracChangeset
for help on using the changeset viewer.