VirtualBox

Changeset 15525 in vbox for trunk/src


Ignore:
Timestamp:
Dec 15, 2008 5:55:16 PM (16 years ago)
Author:
vboxsync
Message:

Compile fix

File:
1 edited

Legend:

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

    r15524 r15525  
    11601160
    11611161        /* Reset the contents of the read cache. */
    1162         for (unsigned i=0;i<pCache->Read.cValidEntries;i++)
    1163             pCache->Read.aFieldVal[i] = 0;
     1162        PVMCSCACHE pCache = &pVCpu->hwaccm.s.vmx.VMCSCache;
     1163        for (unsigned j=0;j<pCache->Read.cValidEntries;j++)
     1164            pCache->Read.aFieldVal[j] = 0;
    11641165    }
    11651166}
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