VirtualBox

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/VBox/VMM/VMMGC/PDMGCDevice.cpp

    r20902 r22890  
    418418    PVMCPU pVCpu = &pVM->aCpus[idCpu];
    419419
    420     AssertReturnVoid(idCpu < pVM->cCPUs);
     420    AssertReturnVoid(idCpu < pVM->cCpus);
    421421
    422422    LogFlow(("pdmRCApicHlp_SetInterruptFF: caller=%p/%d: VM_FF_INTERRUPT %d -> 1\n",
     
    447447    PVMCPU pVCpu = &pVM->aCpus[idCpu];
    448448
    449     AssertReturnVoid(idCpu < pVM->cCPUs);
     449    AssertReturnVoid(idCpu < pVM->cCpus);
    450450
    451451    LogFlow(("pdmRCApicHlp_ClearInterruptFF: caller=%p/%d: VM_FF_INTERRUPT %d -> 0\n",
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