VirtualBox

Changeset 1853 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 2, 2007 11:09:35 AM (18 years ago)
Author:
vboxsync
Message:

extra csam check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/VMMAll/CSAMAll.cpp

    r1834 r1853  
    179179CSAMDECL(bool) CSAMDoesPageNeedScanning(PVM pVM, RTGCPTR GCPtr)
    180180{
     181    if(!CSAMIsEnabled(pVM))
     182        return false;
     183
    181184    if(CSAMIsPageScanned(pVM, GCPtr))
    182185    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette