VirtualBox

Changeset 22890 in vbox for trunk/src/recompiler


Ignore:
Timestamp:
Sep 9, 2009 11:11:31 PM (15 years ago)
Author:
vboxsync
Message:

VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/VBoxRecompiler.c

    r22793 r22890  
    668668    uint32_t fRawRing0 = false;
    669669    uint32_t u32Sep;
    670     unsigned i;
     670    uint32_t i;
    671671    int rc;
    672672    PREM pRem;
     
    777777     * Sync the whole CPU state when executing code in the recompiler.
    778778     */
    779     for (i=0;i<pVM->cCPUs;i++)
     779    for (i = 0; i < pVM->cCpus; i++)
    780780    {
    781781        PVMCPU pVCpu = &pVM->aCpus[i];
    782 
    783782        CPUMSetChangedFlags(pVCpu, CPUM_CHANGED_ALL);
    784783    }
     
    28272826
    28282827#ifdef VBOX_STRICT
    2829         if (pVM->cCPUs == 1)
     2828        if (pVM->cCpus == 1)
    28302829        {
    28312830            /* Check that all records are now on the free list. */
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