VirtualBox

Ignore:
Timestamp:
Sep 9, 2009 11:11:31 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52146
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp

    r21942 r22890  
    144144    if (u32DR7 & X86_DR7_ENABLED_MASK)
    145145    {
    146         for (unsigned i=0;i<pVM->cCPUs;i++)
     146        for (VMCPUID i = 0; i < pVM->cCpus; i++)
    147147            pVM->aCpus[i].cpum.s.fUseFlags |= CPUM_USE_DEBUG_REGS_HOST;
    148148        Log(("CPUMR0Init: host uses debug registers (dr7=%x)\n", u32DR7));
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