VirtualBox

Changeset 15524 in vbox for trunk/src/VBox/VMM/HWACCM.cpp


Ignore:
Timestamp:
Dec 15, 2008 5:52:47 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
41016
Message:

Reset the contents of the read cache.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/HWACCM.cpp

    r15523 r15524  
    11591159        pVCpu->hwaccm.s.vmx.enmCurrGuestMode     = PGMMODE_REAL;
    11601160
     1161        /* Reset the contents of the read cache. */
     1162        for (unsigned i=0;i<pCache->Read.cValidEntries;i++)
     1163            pCache->Read.aFieldVal[i] = 0;
    11611164    }
    11621165}
Note: See TracChangeset for help on using the changeset viewer.

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