VirtualBox

Changeset 22890 in vbox for trunk/src/VBox/VMM/DBGFDisas.cpp


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/DBGFDisas.cpp

    r22112 r22890  
    551551{
    552552    VM_ASSERT_VALID_EXT_RETURN(pVM, VERR_INVALID_VM_HANDLE);
    553     AssertReturn(idCpu < pVM->cCPUs, VERR_INVALID_CPU_ID);
     553    AssertReturn(idCpu < pVM->cCpus, VERR_INVALID_CPU_ID);
    554554
    555555    /*
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