Changeset 1853 in vbox for trunk/src/VBox
- Timestamp:
- Apr 2, 2007 11:09:35 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp
r1834 r1853 179 179 CSAMDECL(bool) CSAMDoesPageNeedScanning(PVM pVM, RTGCPTR GCPtr) 180 180 { 181 if(!CSAMIsEnabled(pVM)) 182 return false; 183 181 184 if(CSAMIsPageScanned(pVM, GCPtr)) 182 185 {
Note:
See TracChangeset
for help on using the changeset viewer.